Example #1
0
 void Start()
 {
     if (_startOn && _locomotive != null)
     {
         _locomotive.Move(_initialOrientation);
     }
 }