mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(IDataUnpacker): new interface.
This commit is contained in:
parent
31b114f7a4
commit
54ae9e191e
@ -530,4 +530,10 @@ namespace GameRes.Utility
|
||||
return !(b == a);
|
||||
}
|
||||
}
|
||||
|
||||
public interface IDataUnpacker
|
||||
{
|
||||
byte[] Data { get; }
|
||||
void Unpack ();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user