コード例 #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;
 }