| http://www.w3.org/ns/prov#value | - Code Snippet public class Game1 : Microsoft.Xna.Framework.Game { /************************************ * Class Members, in this area of the * code includes the class members, that is * fields such as int, float, string * object variable declarations such as * Texture2D, and so forth ************************************/ GraphicsDeviceManager graphics; SpriteBatch spriteBatch; /********************
|