5 lines
150 B
Plaintext
5 lines
150 B
Plaintext
type TypeLibrary {
|
|
uint8 GetTypeId(const constString &in name) const;
|
|
float GetSingleEffectiveness(uint8 attacking, uint8 defensive) const;
|
|
}
|