Example #1
0
 public MagicBullet(Witch owner)
 {
     this.owner = owner;
 }
Example #2
0
            public MagicBullet(Witch owner)
            {
                this.owner = owner;

                base.canCollideWithAmmo = false;
            }