Exemple #1
0
 void Start()
 {
     rb = this.GetComponent <Rigidbody>();
     if (Handling == null)
     {
         Handling = this.GetComponent <IHandling>();
     }
     if (racerState == null)
     {
         racerState = this.GetComponent <RacerState>();
     }
 }
 public PlayingOperation(Handling handling)
 {
     _playHandling = handling;
 }