This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"glossary": | |
{ | |
"title": "example glossary", | |
"GlossDiv": | |
{ | |
"title": "測試中文", | |
"GlossList": | |
{ | |
"GlossEntry": |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
人物數值狀態取用指引 (基本上會是四捨五入整數,差別只在於有些有後綴 % 符號) | |
=== 以下為示意用 API === | |
//-------- 左側欄位 | |
AttackPower: | |
Mathf.RoundToInt(battleStates.AttackPower()).ToString() | |
ArmDef: |