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

                base.canCollideWithAmmo = false;
            }