Beispiel #1
0
 /// How much health this unit currently has
 public int getHealth() {
   validify();
   return Client.INSTANCE.frameGetHealth(ptr);
 }