Initial refactorin
This commit is contained in:
parent
89b059abfb
commit
5ce6580c6f
593 changed files with 52 additions and 78 deletions
|
@ -1,14 +0,0 @@
|
|||
using System;
|
||||
|
||||
namespace MyGame
|
||||
{
|
||||
public static class Program
|
||||
{
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
using (var game = new Game1())
|
||||
game.Run();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue