Gen7Data/Scripts/Interfaces/GrowthRateLibrary.astypedef

5 lines
198 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
type GrowthRateLibrary {
uint8 CalculateLevel(const constString &in growthRate, uint experience) const;
uint CalculateExperience(const constString &in growthRate, uint8 experience) const;
}