Add Rank to lua Spell

This commit is contained in:
Natedog2012
2021-07-15 19:00:50 -05:00
parent 8a2a1b152e
commit 7decf74505
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -107,6 +107,7 @@ public:
float GetMaxDistMod();
float GetMinRange();
int GetDamageShieldType();
int GetRank();
};
#endif