コード例 #1
0
 public override void Draw(GameTime gameTime)
 {
     // Draw related catapults
     Catapult.Draw(gameTime);
     base.Draw(gameTime);
 }