Gen7Data/Scripts/Interfaces/TypeLibrary.astypedef

5 lines
150 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
type TypeLibrary {
uint8 GetTypeId(const constString &in name) const;
float GetSingleEffectiveness(uint8 attacking, uint8 defensive) const;
}