feat: add in game command handler

This commit is contained in:
Naruse
2025-06-14 14:13:48 +08:00
parent 684eab933b
commit 07ec2f9abf
10 changed files with 201 additions and 34 deletions

View File

@@ -71,12 +71,11 @@ public class ServerOption
public class ServerProfile
{
public string Name { get; set; } = "Server";
public string Name { get; set; } = "Ai-chan";
public int Uid { get; set; } = 80;
public string Signature { get; set; } = "Type /help for a list of commands";
public int Level { get; set; } = 1;
public int HeadIcon { get; set; } = 200105;
public int ChatBubbleId { get; set; } = 220001;
public int DisplayAvatarId { get; set; } = 1001;
public int DisplayAvatarLevel { get; set; } = 1;
public int AvatarId { get; set; } = 3201;
public int DressId { get; set; } = 593201;
public int FrameId { get; set; } = 200001;
public int HeadId { get; set; } = 161080;
}