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