mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-24 04:17:47 +00:00
4 lines
120 B
C#
4 lines
120 B
C#
namespace CS2_SimpleAdmin.Models;
|
|
|
|
public readonly record struct IpRecord(uint Ip, DateTime UsedAt, string PlayerName);
|