Exemplo n.º 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());
 }
Exemplo n.º 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");
 }