diff options
Diffstat (limited to 'Net.cs')
| -rw-r--r-- | Net.cs | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -88,13 +88,8 @@ public struct PacketInfo(PacketType type, int id) } } -class User(int id) +abstract class User(int id) { public readonly int Id = id; public bool Initialized = false; - - //Oneko Stuff - public byte[]? SpriteSheet; - public string? Username; - public string? Nekoname; }
\ No newline at end of file |
