修改配件item
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user