Пример #1
0
 public void CallbackOnPointerEnterRestCommand()
 {
     Debug.Log("Pointer Enter to Rest in battleManager.");
     battleData.previewAPAction = new APAction(APAction.Action.Rest, RestAndRecover.GetRestCostAP(battleData));
     battleData.uiManager.UpdateApBarUI(battleData, battleData.unitManager.GetAllUnits());
 }