Beispiel #1
0
 // Update is called once per frame
 void Update()
 {
     PlayerEnginePowerChanged(_myEngine.GetPower());
 }
Beispiel #2
0
 // Update is called once per frame
 void Update()
 {
     _currentPower = myEngine.GetPower();
     MovementLogic();
 }