This commit is contained in:
2024-11-03 11:36:58 +03:00
parent 672bb1ff6d
commit edf90b39c4
79 changed files with 233 additions and 3830 deletions
+3 -3
View File
@@ -23,8 +23,8 @@ public class RagonEvent
{
public RagonRoomPlayer Invoker { get; private set; }
public ushort EventCode { get; private set; }
public ushort Size => (ushort) _size;
public ushort Size => (ushort)_size;
private uint[] _data = new uint[128];
private int _size = 0;
@@ -36,7 +36,7 @@ public class RagonEvent
Invoker = invoker;
EventCode = eventCode;
}
public void Read(RagonStream buffer)
{
// _size = buffer.Capacity;