namespace CoopServer.Entities { class EntitiesPlayer { public string SocialClubName { get; set; } public string Username { get; set; } public EntitiesPed Ped = new(); } }