コード例 #1
0
 public virtual void Select()
 {
     //print("Selected - " + gameObject.name);
     if (uiStatus != null)
     {
         uiStatus.ToggleUI(true);
     }
     if (uiAttackArea != null)
     {
         uiAttackArea.ToggleUI(true);
     }
     AudioManager.instance.PlaySound(AudioManager.SoundEffects.Select, true);
 }