refactoring
This commit is contained in:
parent
5ce6580c6f
commit
c293490995
5 changed files with 8 additions and 10 deletions
|
@ -1,13 +1,13 @@
|
|||
using System;
|
||||
|
||||
namespace MyGame
|
||||
namespace Sledgemapper
|
||||
{
|
||||
public static class Program
|
||||
{
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
using (var game = new Game1())
|
||||
using (var game = new Sledgemapper())
|
||||
game.Run();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue