예제 #1
0
    /*================================================
    *  INSPECTORS
    *  ================================================*/

    public void InspectUnit(Unit unit, bool hasMoved, bool strong)
    {
        if (unit != null)
        {
            unitInspector.SetUnit(unit, strong);
            if (strong)
            {
                actionUI.SetUnit(unit, hasMoved);
            }
        }
    }
예제 #2
0
 public void InspectEnemy(Unit unit, bool strong)
 {
     enemyInspector.SetUnit(unit, strong);
 }