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:
9
Scripts/Interfaces/Species.astypedef
Normal file
9
Scripts/Interfaces/Species.astypedef
Normal file
@@ -0,0 +1,9 @@
|
||||
type Species {
|
||||
const constString& Name { get const; };
|
||||
uint16 Id { get const; };
|
||||
float GenderRate { get const; };
|
||||
uint8 CaptureRate { get const; };
|
||||
const Forme@ DefaultForme { get const; };
|
||||
Gender GetRandomGender() const;
|
||||
const Forme@ GetForme(string key) const;
|
||||
}
|
||||
Reference in New Issue
Block a user