using cfg; namespace Script.RuntimeScript.Interface { public interface BroadEffectInterface { public int PlayEffectPriority { set; get; } public void PlayEffect(bool overCheck); } }