Add two more update rules

This commit is contained in:
Paul Chote
2018-03-21 21:15:26 +00:00
parent fd49e487ec
commit 01684bc329
4 changed files with 101 additions and 0 deletions

View File

@@ -34,6 +34,12 @@ namespace OpenRA.Mods.Common.UpdateRules
Justification = "Extracting update lists to temporary variables obfuscates the definitions.")]
static readonly UpdatePath[] Paths =
{
new UpdatePath("incomplete-release-20171014", "release-20180218", new UpdateRule[]
{
new RemoveMobileOnRails(),
new AircraftCanHoverGeneralization()
}),
new UpdatePath("release-20180218", "release-20180307", new UpdateRule[0]),
new UpdatePath("release-20180307", new UpdateRule[]