summaryrefslogtreecommitdiff
path: root/Net.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Net.cs')
-rw-r--r--Net.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/Net.cs b/Net.cs
index 8384482..8ade4e8 100644
--- a/Net.cs
+++ b/Net.cs
@@ -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