feat: add stigmata to inventory & giveall command

This commit is contained in:
Naruse
2025-06-15 08:42:26 +08:00
parent 5da6892d76
commit 1751dc6cbb
7 changed files with 79 additions and 61 deletions

View File

@@ -111,7 +111,7 @@ public class PlayerInstance(PlayerData data)
return Data.ToProto();
}
public async ValueTask SyncWeapon()
public async ValueTask SyncInventory()
{
await SendPacket(new PacketGetEquipmentDataRsp(this));
}