EmperorPalpatine/EmperorPalpatine/LoggedIP.cs
2024-04-02 20:39:12 -04:00

9 lines
207 B
C#

namespace EmperorPalpatine;
public class LoggedIP
{
public string VM { get; set; }
public string IP { get; set; }
public string Username { get; set; }
public string Timestamp { get; set; }
}