using UnityEngine; using System.Collections; public interface ICtrlGA { bool CanMove(); bool CanRotate(); bool CanCommonAtk(); bool CanCastSkill(); }