Esempio n. 1
0
 public bool CanExit(WorldStateManager worldState)
 {
     return(worldState.IsInState(_runtimeExitConditions));
 }