Final-Bomber  0.1
Bomberman/Dynablaster remake in C# using XNA.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
Program.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Final_BomberMainServer
4 {
5  class Program
6  {
7  static void Main(string[] args)
8  {
9  /*
10  Server server = new Server();
11  server.StartServer();
12  server.RunServer();
13  */
14  Console.ReadLine();
15  }
16  }
17 }