public void RequestSendingMonsterHurt(int monsterID, int knockback)
 {
     _Packet.RequestSendMonsterHurt(monsterID, knockback);
 }