using PacketLib; namespace FNAF_Clone; public class ClientPlayer { public PlayerState state; public string username; }