Renamed EditorTilesetFilter to MapEditorData and added an update rule

This commit is contained in:
Ectras
2018-09-21 00:45:47 +02:00
committed by abcdefg30
parent 2e3f2e079a
commit d9946f63e4
31 changed files with 406 additions and 368 deletions

View File

@@ -87,6 +87,7 @@ namespace OpenRA.Mods.Common.UpdateRules
new UpdatePath("playtest-20180729", new UpdateRule[]
{
// Bleed only changes here
new RenameEditorTilesetFilter()
})
};