public void UnSuscribeOnInst(CBullet.BulletSpawn action)
 {
     this.Inst = (CBullet.BulletSpawn)Delegate.Remove(this.Inst, action);
 }
 public void SubscribeOnInst(CBullet.BulletSpawn action)
 {
     this.Inst = (CBullet.BulletSpawn)Delegate.Combine(this.Inst, action);
 }