Example #1
0
 public void UnRegisterOnJumComprobation(OnJumpComprobation o)
 {
     ojc -= o;
 }
Example #2
0
 //Delegates to call functions in the air
 public void RegisterOnJumpComprobation(OnJumpComprobation o)
 {
     ojc += o;
 }