Skip to content

Commit

Permalink
Fix IVersionable on item chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jun 23, 2024
1 parent aee840c commit 4cb26bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/GBX.NET/Engines/Game/CGameCtnChallenge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ public override void Write(CGameCtnChallenge n, GbxWriter w)
[ArchiveGenerationOptions(StructureKind = StructureKind.SeparateReadAndWrite)]
public partial class LightmapFrame;

public partial class Chunk03043040
public partial class Chunk03043040 : IVersionable
{
public int U01;
public int[]? U02;
Expand Down

0 comments on commit 4cb26bc

Please sign in to comment.