RAGECOOP-V/Client/Entities/EntitiesPlayer.cs
2021-07-07 13:36:25 +02:00

9 lines
203 B
C#

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