Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for 16706643 #626

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions libMBIN/Source/NMS/GameComponents/GcCostGameMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x10AA5823518E256E, NameHash = 0x524F0ABF)]
[NMS(GUID = 0xD3FD505117D654A6, NameHash = 0x524F0ABF)]
public class GcCostGameMode : NMSTemplate
{
[NMS(Index = 2)]
/* 0x00 */ public NMSString0x20A CostStringCantAfford;
[NMS(Index = 1)]
/* 0x20 */ public GcGameMode Mode;
[NMS(Index = 3)]
/* 0x24 */ public int SpecificSeasonIndex;
[NMS(Index = 0)]
/* 0x24 */ public bool InvertMode;
/* 0x28 */ public bool InvertMode;
}
}
Loading
Loading