feat(wip): player properties

This commit is contained in:
2024-04-29 09:12:42 +03:00
parent accd442388
commit b4cba20d82
14 changed files with 110 additions and 93 deletions
+1 -1
View File
@@ -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
{