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