Switch to astypedef, adds unit tests
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
7
Scripts/Interfaces/Item.astypedef
Normal file
7
Scripts/Interfaces/Item.astypedef
Normal file
@@ -0,0 +1,7 @@
|
||||
type Item {
|
||||
const constString& Name { get const; };
|
||||
ItemCategory Category { get const; };
|
||||
BattleItemCategory BattleCategory { get const; };
|
||||
int Price { get const; };
|
||||
bool HasFlag(const constString &in flag) const;
|
||||
}
|
||||
Reference in New Issue
Block a user