Remove IReadOnlyPackage.Priority.

Priority is now determined solely by order in mod.yaml
(later packages take priority of earlier ones).
This commit is contained in:
Paul Chote
2016-01-20 22:23:31 +00:00
parent cbfd9bb921
commit feab81bdea
13 changed files with 38 additions and 72 deletions

View File

@@ -19,7 +19,6 @@ namespace OpenRA.FileSystem
Stream GetContent(string filename);
bool Exists(string filename);
IEnumerable<string> AllFileNames();
int Priority { get; }
string Name { get; }
}