Merge ModRuleset and MapRuleset into Ruleset

This commit is contained in:
Pavlos Touboulidis
2014-05-10 10:29:26 +03:00
parent 48d1dde8a7
commit 750fc4e02c
18 changed files with 54 additions and 80 deletions

View File

@@ -19,7 +19,7 @@ namespace OpenRA.Editor
{
static class Program
{
public static MapRuleset Rules;
public static Ruleset Rules;
[STAThread]
static void Main(string[] args)