]> Dogcows Code - chaz/carfire/blob - CarFire/CarFire/CharacterTestBed/Program.cs
git-svn-id: https://bd85.net/svn/cs3505_group@168 92bb83a3-7c8f-8a45-bc97-515c4e399668
[chaz/carfire] / CarFire / CarFire / CharacterTestBed / Program.cs
1 using System;
2
3 namespace CharacterTestBed
4 {
5 static class Program
6 {
7 /// <summary>
8 /// The main entry point for the application.
9 /// </summary>
10 static void Main(string[] args)
11 {
12 using (Game1 game = new Game1())
13 {
14 game.Run();
15 }
16 }
17 }
18 }
19
This page took 0.028907 seconds and 4 git commands to generate.