36
@Override
37
protected void onIncreaseHp()
38
{
39
sendHpPacketUpdate();
sendAttackStatusPacketUpdate();
40
}
41
42