mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
helper classes made internal.
This commit is contained in:
parent
ff4dba2bd2
commit
b1015ff785
@ -34,12 +34,12 @@ using GameRes.Formats.Properties;
|
||||
|
||||
namespace GameRes.Formats
|
||||
{
|
||||
public class NpaEntry : PackedEntry
|
||||
internal class NpaEntry : PackedEntry
|
||||
{
|
||||
public byte[] RawName;
|
||||
}
|
||||
|
||||
public class NpaArchive : ArcFile
|
||||
internal class NpaArchive : ArcFile
|
||||
{
|
||||
public NpaTitleId GameId { get; private set; }
|
||||
public int Key { get; private set; }
|
||||
|
@ -583,7 +583,7 @@ NextEntry:
|
||||
}
|
||||
}
|
||||
|
||||
public class Xp3Stream : Stream
|
||||
internal class Xp3Stream : Stream
|
||||
{
|
||||
ArcView m_file;
|
||||
Xp3Entry m_entry;
|
||||
|
Loading…
x
Reference in New Issue
Block a user