Skip to content

Commit

Permalink
Add ParentCollectorId to body
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jan 20, 2025
1 parent 720e2a4 commit ebecf00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Src/GBX.NET/Engines/GameData/CGameCtnCollector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ public override void Write(CGameCtnCollector n, GbxWriter w)

public partial class Chunk2E001009
{
public string? U01;

public override void ReadWrite(CGameCtnCollector n, GbxReaderWriter rw)
{
rw.String(ref n.pageName);
Expand All @@ -123,7 +121,7 @@ public override void ReadWrite(CGameCtnCollector n, GbxReaderWriter rw)
rw.NodeRef(ref n.iconFid, ref n.iconFidFile);
}

rw.Id(ref U01);
rw.Id(ref n.parentCollectorId);
}
}

Expand Down

0 comments on commit ebecf00

Please sign in to comment.