mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02:00
Use IpHistory record and make player timer repeat
This commit is contained in:
parent
b0c7fd12c3
commit
a588267165
3 changed files with 20 additions and 17 deletions
3
CS2-SimpleAdmin/Models/IpHistoryRow.cs
Normal file
3
CS2-SimpleAdmin/Models/IpHistoryRow.cs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
namespace CS2_SimpleAdmin.Models;
|
||||
|
||||
public record IpHistoryRow(ulong Steamid, string? Name, uint Address, DateTime Used_at);
|
||||
Loading…
Add table
Add a link
Reference in a new issue