コード例 #1
0
ファイル: Creature.java プロジェクト: philipwhiuk/JRogue
 public final int maxHp() {
   return health.getMaxHp();
 }