new map dialog; not quite wired yet

This commit is contained in:
Chris Forbes
2010-05-10 20:23:11 +12:00
parent c14a2eab88
commit 5c7a545855
8 changed files with 497 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
namespace OpenRA.Traits
{
class TheaterInfo : TraitInfo<Theater>
public class TheaterInfo : TraitInfo<Theater>
{
public readonly string Name = null;
public readonly string Theater = null;
@@ -29,5 +29,6 @@ namespace OpenRA.Traits
public readonly string Templates = null;
public readonly string MapColors = null;
}
class Theater {}
public class Theater {}
}