First commit
This commit is contained in:
parent
848f3fdbdc
commit
024df6278c
123 changed files with 231317 additions and 0 deletions
14
MyGame/Program.cs
Normal file
14
MyGame/Program.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
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