Esempio n. 1
0
 private void GameHooks_LoadContent(ContentManager obj)
 {
     gridTexture = TrainerHelper.CreateGrid(Game.GraphicsDevice, 0.1f);
     border      = DrawingHelper.CreateOnePixelTexture(Game.GraphicsDevice, Color.White);
 }