feat: personal card & phone case

This commit is contained in:
letheriver2007
2025-04-14 20:09:10 +08:00
parent bfa2eb5445
commit 06a53f7362
25 changed files with 456 additions and 379 deletions

View File

@@ -235,6 +235,8 @@ public class CommandGiveall : ICommand
if (material.ItemSubType == ItemSubTypeEnum.HeadIcon ||
material.ItemSubType == ItemSubTypeEnum.PhoneTheme ||
material.ItemSubType == ItemSubTypeEnum.ChatBubble ||
material.ItemSubType == ItemSubTypeEnum.PersonalCard ||
material.ItemSubType == ItemSubTypeEnum.PhoneCase ||
material.ItemSubType == ItemSubTypeEnum.AvatarSkin)
await player.InventoryManager!.AddItem(material.ID, 1, false);