コード例 #1
0
ファイル: Enemy.cs プロジェクト: rcorre/MSH-win8
 public override void Draw(SpriteBatch sb)
 {
     base.Draw(sb);
     _meleeWeapon.Draw(sb);
 }