feat(wip): player properties
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Ragon.Server.Data;
|
||||
|
||||
public class RagonData
|
||||
{
|
||||
private byte[] _data = Array.Empty<byte>();
|
||||
private byte[] _data;
|
||||
public bool IsDirty { get; set; }
|
||||
public byte[] Data
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user