namespace CoopClient.Entities { /// /// ? /// public class EntitiesPlayer : EntitiesPed { /// /// ? /// public string Username { get; set; } = "Player"; } }