Skip to content

Commit 22e0fbb

Browse files
committed
Add formatting to GhostClubTag and GhostNickname
1 parent 5bbab68 commit 22e0fbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Src/GBX.NET/Engines/Game/CGameCtnGhost.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ namespace GBX.NET.Engines.Game;
66

77
public partial class CGameCtnGhost
88
{
9+
[SupportsFormatting]
10+
public string? GhostNickname { get; set; }
11+
12+
[SupportsFormatting]
13+
public string? GhostClubTag { get; set; }
14+
915
[AppliedWithChunk<Chunk0309200E>]
1016
public Id? GhostUid { get; set; }
1117

0 commit comments

Comments
 (0)