public abstract void ApplyMoveEffect(LightMonster target);
 public override void ApplyMoveEffect(LightMonster target)
 {
     Debug.Log("Damage Action");
 }