mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
(DscDecoder): added Length property.
This commit is contained in:
parent
46dbf2b142
commit
ff54563560
@ -160,6 +160,7 @@ namespace GameRes.Formats.BGI
|
||||
uint m_dec_count;
|
||||
|
||||
public byte[] Output { get { return m_output; } }
|
||||
public uint Length { get { return m_dst_size; } }
|
||||
|
||||
public DscDecoder (ArcView.Frame input)
|
||||
: base (new ArcView.ArcStream (input, input.Offset+0x20, input.Reserved-0x20))
|
||||
|
Loading…
x
Reference in New Issue
Block a user