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