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