Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static class GlobalShare
- {
- public static bool IsGamepad;
- public static PlayerIndex ControllingPlayer;
- public static GraphicsDeviceManager GraphicsDeviceManager;
- public static GraphicsDevice GraphicsDevice;
- public static ContentManager SharedContent;
- public static ContentManager MapContent;
- public static SpriteFont DebugFont;
- public static Texture2D WhitePixel;
- public static Player LocalPlayer;
- public static ProjectXGame Game;
- public static Camera2DwCull Camera;
- public static CollisionEngine CollisionEngine;
- public const float DefaultZoom = 1;
- public static Rectangle WorldBounds;
- public static Point ScreenResolution;
- public static Point Resolution_Desktop = new Point(1280, 720);
- #if debug && !release && !xbox && !ANDROID
- public static EventTrace EventTracer;
- #endif
- public static World World;
- public static bool Bypass;
- public static ParticleEffectManager ParticleEffectManager1;
- public static InputState InputState;
- public static bool InGame;
- }
RAW Paste Data