Gen7Data/Scripts/Interfaces/GrowthRate.astypedef

5 lines
118 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
type GrowthRate {
uint8 CalculateLevel(uint experience) const;
uint CalculateExperience(uint8 level) const;
}