feat: Room Properties and Player Properties

This commit is contained in:
2024-05-09 21:26:32 +03:00
parent c74ce0f00f
commit a9e6a3e853
8 changed files with 82 additions and 44 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ public interface IUserData
{
public byte[] this[string key] { get; set; }
bool Dirty { get; }
void Read(RagonBuffer buffer);
IReadOnlyList<string> Read(RagonBuffer buffer);
void Write(RagonBuffer buffer);
}