This commit is contained in:
Chris Forbes
2010-01-09 22:00:44 +13:00
parent c268c9678d
commit f605050385
2 changed files with 18 additions and 1 deletions

View File

@@ -118,7 +118,15 @@ namespace RulesConverter
{ "Icon", "Icon" },
{ "$Description", "Description" },
{ "$LongDesc", "LongDesc" } }
}
},
{ "Cargo", new PL {
{ "@PassengerTypes", "PassengerTypes" } }
},
{ "LimitedAmmo", new PL {
{ "Ammo", "Ammo" } }
},
};
using (var writer = File.CreateText(outputFile))