예제 #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;
            }