Ejemplo n.º 1
0
 void Start()
 {
     motor = GetComponent<BasicMotor>();
     deathReport = ServiceLocator.getService<IDeathReporting>();
 }
Ejemplo n.º 2
0
 void Start()
 {
     deathReport = ServiceLocator.getService<IDeathReporting>();
     myAudio = ServiceLocator.getService<IAudio>();
 }