예제 #1
0
파일: Enemy.cs 프로젝트: rcorre/MSH-win8
 public override void Draw(SpriteBatch sb)
 {
     base.Draw(sb);
     _meleeWeapon.Draw(sb);
 }