WIP CrashReporter, misc refactoring

This commit is contained in:
Regalis
2015-09-19 15:14:47 +03:00
parent 16bf562837
commit f6966f06c3
86 changed files with 1616 additions and 631 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ using System.Xml;
namespace Subsurface
{
class Game1 : Game
class GameMain : Game
{
public static GraphicsDeviceManager Graphics;
static int graphicsWidth, graphicsHeight;
@@ -93,7 +93,7 @@ namespace Subsurface
get { return NetworkMember as GameClient; }
}
public Game1()
public GameMain()
{
Graphics = new GraphicsDeviceManager(this);