mirror of
https://github.com/MichaelHinrichs/JOYCITY-Extractor.git
synced 2024-11-27 02:58:41 +00:00
Define Subfile's ints on the same line.
This commit is contained in:
parent
dd42566529
commit
d268dbd30f
@ -38,8 +38,7 @@ namespace JOYCITY_Extractor
|
|||||||
class Subfile
|
class Subfile
|
||||||
{
|
{
|
||||||
public string name = new string(br.ReadChars(256)).TrimEnd('\0');
|
public string name = new string(br.ReadChars(256)).TrimEnd('\0');
|
||||||
public int start = br.ReadInt32();
|
public int start = br.ReadInt32(), size = br.ReadInt32();
|
||||||
public int size = br.ReadInt32();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user