public bool HasState(string name) => states.HasState(name);
Exemplo n.º 2
0
 public bool HasState(string stateName) => _states.HasState(stateName);