mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-07 22:29:14 +08:00
(IDataUnpacker): new interface.
This commit is contained in:
@@ -530,4 +530,10 @@ namespace GameRes.Utility
|
||||
return !(b == a);
|
||||
}
|
||||
}
|
||||
|
||||
public interface IDataUnpacker
|
||||
{
|
||||
byte[] Data { get; }
|
||||
void Unpack ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user