9 lines
203 B
C#
9 lines
203 B
C#
namespace CoopClient.Entities
|
|
{
|
|
public class EntitiesPlayer : EntitiesPed
|
|
{
|
|
public string SocialClubName { get; set; }
|
|
public string Username { get; set; } = "Player";
|
|
}
|
|
}
|