コード例 #1
0
 /// <inheritdoc />
 protected override void LoadContent()
 {
     _spriteBatch = new SpriteBatch(GraphicsDevice);
     BlockManager.LoadBlockSprites(Content);
 }