Advertisement
MrSirBossMan

Testing

Nov 26th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.37 KB | None | 0 0
  1. Testing
  2.   protected override void Initialize()
  3.         {
  4.             // TODO: Add your initialization logic here
  5.  
  6.             base.Initialize();
  7.         }
  8.  
  9.         /// <summary>
  10.         /// LoadContent will be called once per game and is the place to load
  11.         /// all of your content.
  12.         /// </summary>
  13.         protected override void LoadContent()
  14.         {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement