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