Exemple #1
0
 //What the box will do if the event fits it (will always fit but you will probably change that on your own)
 public override void OnNotify()
 {
     Jump(boxEvent.GetJumpForce());
 }
Exemple #2
0
 //What the box will do if the event fits it (will always fit but you will probably change that on your own)
 public override void OnNotify()
 {
     Jump(boxEvent.GetJumpForce());
     Debug.Log("OnNotify");
 }