using Microsoft.Xna.Framework; namespace RecrownedAthenaeum { /// /// All variables here should be for RecrownedAthenaeum to use when needed and thus eliminates unessecary passing. /// public static class Setup { /// /// The graphics device that will be used by default. /// public static GraphicsDeviceManager graphicsDeviceManager; } }