Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace BracerLib.StateManagement.Interfaces
|
||||
{
|
||||
public interface IGameStateTriggerStatus
|
||||
{
|
||||
bool IsTriggered { get; }
|
||||
bool IsComplete { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user