8 lines
No EOL
131 B
C#
8 lines
No EOL
131 B
C#
using PacketLib;
|
|
|
|
namespace ONDClient.Net;
|
|
|
|
public class ClientPlayer {
|
|
public PlayerState State;
|
|
public string Username;
|
|
} |