Use IpHistory record and make player timer repeat

This commit is contained in:
Dawid Bepierszcz 2026-06-17 03:19:34 +02:00
parent b0c7fd12c3
commit a588267165
3 changed files with 20 additions and 17 deletions

View file

@ -0,0 +1,3 @@
namespace CS2_SimpleAdmin.Models;
public record IpHistoryRow(ulong Steamid, string? Name, uint Address, DateTime Used_at);