Bug fixes, debug tools for binary chunks.
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
namespace RobloxFiles.BinaryFormat
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
namespace RobloxFiles.BinaryFormat
|
||||
{
|
||||
public interface IBinaryFileChunk
|
||||
{
|
||||
void Load(BinaryRobloxFileReader reader);
|
||||
void Save(BinaryRobloxFileWriter writer);
|
||||
void WriteInfo(StringBuilder builder);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user