Example #1
0
 public TestAction(PlayerStatesManager playerStatesManager, string locomotionState)
 {
     states = playerStatesManager;
     this.locomotionState = locomotionState;
 }
Example #2
0
 public InputManager(PlayerStatesManager playerStatesManager, string targetState)
 {
     states           = playerStatesManager;
     this.targetState = targetState;
 }