Separate folder for game modes

This commit is contained in:
Regalis
2015-08-08 14:19:47 +03:00
parent 0937c30f15
commit f248ef528b
12 changed files with 221 additions and 190 deletions

View File

@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Subsurface
{
//class TutorialMode : GameMode
//{
//}
}