public void RegisterPoints(FightPoint points)
 {
     _fightState.SetPoints(points);
 }