Beispiel #1
0
 void Awake()
 {
     startState  = new StartState(this);
     inLapState  = new InLapState(this);
     finishState = new FinishState(this);
     ;
 }
 void Awake()
 {
     startState = new StartState(this);
     inLapState = new InLapState(this);
     finishState = new FinishState(this);
     ;
 }