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