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

@@ -17,7 +17,7 @@ using SZipFile = ICSharpCode.SharpZipLib.Zip.ZipFile;
namespace OpenRA.FileSystem
{
public sealed class ZipFile : IFolder
public sealed class ZipFile : IPackage
{
readonly string filename;
readonly int priority;