コード例 #1
0
ファイル: Game1.cs プロジェクト: Nerminkrus/Spel
 protected override void LoadContent()
 {
     spriteBatch = new SpriteBatch(GraphicsDevice);
     main_menu = new MainMenu(this.Content, this.graphics);
     rnd = new Random();
 }