卡牌更新
This commit is contained in:
@@ -16,12 +16,7 @@ namespace Continentis.MainGame.Character
|
||||
[TitleGroup("属性模板")]
|
||||
|
||||
[DictionaryDrawerSettings(KeyLabel = "属性名", ValueLabel = "属性值")]
|
||||
[LabelText("核心属性 (Core)")]
|
||||
[Tooltip("对应 CharacterData.coreAttributes")]
|
||||
public SerializableDictionary<string, float> coreAttributes;
|
||||
|
||||
[DictionaryDrawerSettings(KeyLabel = "属性名", ValueLabel = "属性值")]
|
||||
[LabelText("通常属性 (General)")]
|
||||
[LabelText("属性 (General)")]
|
||||
[Tooltip("对应 CharacterData.generalAttributes")]
|
||||
public SerializableDictionary<string, float> generalAttributes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user