summaryrefslogtreecommitdiff
path: root/Net.cs
diff options
context:
space:
mode:
authorSarah B <git@sarahduck.ca>2023-12-24 21:45:26 -0800
committerSarah B <git@sarahduck.ca>2023-12-24 21:45:26 -0800
commita4874e186e24ce1736bfbda1deb0227597d2d690 (patch)
tree9bf11b6521237547c860cbc775110a49ef938b30 /Net.cs
parent0206e04e0a3542b8f0fc97996f1d885f7604a6fa (diff)
Added seperate nekoname
Diffstat (limited to 'Net.cs')
-rw-r--r--Net.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Net.cs b/Net.cs
index 4bf984e..8384482 100644
--- a/Net.cs
+++ b/Net.cs
@@ -96,4 +96,5 @@ class User(int id)
//Oneko Stuff
public byte[]? SpriteSheet;
public string? Username;
+ public string? Nekoname;
} \ No newline at end of file