root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/model/gameobjects/stats/CreatureLifeStats.java
| 1524 | 1526 | ||
|---|---|---|---|
33 | */ | 33 | */ |
34 | public abstract class CreatureLifeStats<T extends Creature> | 34 | public abstract class CreatureLifeStats<T extends Creature> |
35 | { | 35 | { |
36 | @SuppressWarnings("unused") | ||
37 | private static final Logger log = Logger.getLogger(CreatureLifeStats.class); | 36 | private static final Logger log = Logger.getLogger(CreatureLifeStats.class); |
38 | 37 | ||
39 | protected int currentHp; | 38 | protected int currentHp; |
Download diff