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