Exemplo n.º 1
0
 void Awake()
 {
     stateMachine     = new ControllerStateMachine(this);
     groundController = new GroundController(this, environmentLayer);
 }
 void Awake()
 {
     stateMachine = new ControllerStateMachine( this );
     groundController = new GroundController ( this, environmentLayer );
 }