Ejemplo n.º 1
0
 public void UnRegisterOnDeath(OnDeathFunctions o)
 {
     odf -= o;
 }
Ejemplo n.º 2
0
 //delegate to call function on chomp death
 public void RegisterOnDeath(OnDeathFunctions o)
 {
     odf += o;
 }