using System.Collections; namespace BracerLib.StateManagement.Interfaces { public interface IGameStateTriggerInvoker : IGameStateIdentifier { IEnumerator WaitForGameStateEvents(); } }