Rename IFolder to IPackage

This commit is contained in:
Pavel Penev
2016-01-11 21:53:48 +02:00
parent 2c0f231c77
commit 45382d193a
14 changed files with 39 additions and 39 deletions

View File

@@ -18,7 +18,7 @@ using OpenRA.Primitives;
namespace OpenRA.FileSystem
{
public sealed class MixFile : IFolder
public sealed class MixFile : IPackage
{
readonly Dictionary<uint, PackageEntry> index;
readonly long dataStart;