Represents the main entry point of the program.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public static void Main()
Remarks This creates the main window, initializing it with the game's startup
map, overlay map, title, and default window mode (windowed or full screen), then
calls
Run and lets it run until the game quits.
See Also