修改配件item

This commit is contained in:
Bob.Song
2025-10-31 18:03:31 +08:00
parent e0b9d6cd91
commit b2cf8cdb88
92 changed files with 225 additions and 112 deletions

View File

@@ -1,4 +1,5 @@
using NBF;
using NBF.Utils;
namespace NBC
{
@@ -10,5 +11,9 @@ namespace NBC
{
get { return _config ??= ItemConfig.Get(ConfigId); }
}
public ItemType ItemType => ConfigId.GetItemType();
public uint ItemSubType => ConfigId.GetItemSubType();
}
}