示例#1
0
文件: Witch.cs 项目: razluta/jazz2
 public MagicBullet(Witch owner)
 {
     this.owner = owner;
 }
示例#2
0
            public MagicBullet(Witch owner)
            {
                this.owner = owner;

                base.canCollideWithAmmo = false;
            }