示例#1
0
 public Single GetMaxMana()
 {
     return(SafeNatives.GetUnitState(this, JassUnitState.MaxMana));
 }
示例#2
0
 public Single GetLife()
 {
     return(SafeNatives.GetUnitState(this, JassUnitState.Life));
 }