コード例 #1
0
 public void UnSuscribeOnInst(CBullet.BulletSpawn action)
 {
     this.Inst = (CBullet.BulletSpawn)Delegate.Remove(this.Inst, action);
 }
コード例 #2
0
 public void SubscribeOnInst(CBullet.BulletSpawn action)
 {
     this.Inst = (CBullet.BulletSpawn)Delegate.Combine(this.Inst, action);
 }