Beispiel #1
0
 private void OnEnable()
 {
     pActions = new PlatformerActions();
     pActions.Enable();
 }
Beispiel #2
0
 private void OnEnable()
 {
     pActions = new PlatformerActions();
     pActions.Enable();
     Bouncy.Bounce += Bounce;
 }