1
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Project.B.Player
|
||||
int LicenseLevel { get; }
|
||||
}
|
||||
[MemoryPackable]
|
||||
public partial struct PlayerData:IPlayerData
|
||||
public partial record PlayerData:IPlayerData
|
||||
{
|
||||
public Guid PlayerId { get; set; }
|
||||
public bool IsBot { get; set; }
|
||||
|
Reference in New Issue
Block a user