helper classes made internal.

This commit is contained in:
morkt 2014-08-01 16:43:31 +04:00
parent ff4dba2bd2
commit b1015ff785
2 changed files with 3 additions and 3 deletions

View File

@ -34,12 +34,12 @@ using GameRes.Formats.Properties;
namespace GameRes.Formats namespace GameRes.Formats
{ {
public class NpaEntry : PackedEntry internal class NpaEntry : PackedEntry
{ {
public byte[] RawName; public byte[] RawName;
} }
public class NpaArchive : ArcFile internal class NpaArchive : ArcFile
{ {
public NpaTitleId GameId { get; private set; } public NpaTitleId GameId { get; private set; }
public int Key { get; private set; } public int Key { get; private set; }

View File

@ -583,7 +583,7 @@ NextEntry:
} }
} }
public class Xp3Stream : Stream internal class Xp3Stream : Stream
{ {
ArcView m_file; ArcView m_file;
Xp3Entry m_entry; Xp3Entry m_entry;