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