summaryrefslogtreecommitdiff
path: root/Net.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Net.cs')
-rw-r--r--Net.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Net.cs b/Net.cs
index 83b6b26..3fa5f8a 100644
--- a/Net.cs
+++ b/Net.cs
@@ -52,8 +52,7 @@ public enum PacketType : byte
{
MousePosition,
OnekoTargetPosition,
- OnekoSpritesheet,
- Username,
+ UserInfo,
UserId,
Disconnect,
Invalid
@@ -103,6 +102,4 @@ class User(int id)
//Oneko Stuff
public byte[]? SpriteSheet;
public string? Username;
-
- public bool ExchangedData => SpriteSheet != null && Username != null;
} \ No newline at end of file