using UnityEngine; using System.Collections; namespace YLBattle { public interface IBulletOpr { bool GetBulletRunningState(); } }