Ejemplo n.º 1
0
 public void SetState(AiState state)
 {
     this.CurrentState = state;
     state?.OnStart(Parent, this);
 }