summaryrefslogtreecommitdiff
path: root/OnekoNet.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OnekoNet.cs')
-rw-r--r--OnekoNet.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OnekoNet.cs b/OnekoNet.cs
index d01bff3..ee780c6 100644
--- a/OnekoNet.cs
+++ b/OnekoNet.cs
@@ -12,7 +12,7 @@ class OnekoNet : Oneko
float NetworkIssueTimer = 0f;
- public OnekoNet(Bitmap bitmap, User user) : base(bitmap)
+ public OnekoNet(Bitmap bitmap, ClientUser user) : base(bitmap)
{
MyUser = user;
Name = user.Nekoname!;
@@ -41,7 +41,7 @@ class OnekoNet : Oneko
else ColorTint = Color.WHITE with {A = 120};
}
- public static void SpawnNetNeko(User user)
+ public static void SpawnNetNeko(ClientUser user)
{
if (!NetNekos.ContainsKey(user.Id)) {
Bitmap spriteSheet = Bitmap.Deserialize(user.SpriteSheet);