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