This commit is contained in:
2024-09-28 20:11:56 +03:00
parent 5136f08dab
commit 672bb1ff6d
95 changed files with 741 additions and 601 deletions
+2 -2
View File
@@ -22,6 +22,6 @@ public interface IUserData
{
public byte[] this[string key] { get; set; }
bool Dirty { get; }
IReadOnlyList<string> Read(RagonBuffer buffer);
void Write(RagonBuffer buffer);
IReadOnlyList<string> Read(RagonStream buffer);
void Write(RagonStream buffer);
}