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