Skip to content

Commit

Permalink
Merge pull request #626 from monkeyman192/update/16706643
Browse files Browse the repository at this point in the history
Update for 16706643
  • Loading branch information
HolterPhylo authored Dec 11, 2024
2 parents a5fbebf + 5989e2a commit 382e07f
Show file tree
Hide file tree
Showing 4 changed files with 1,151 additions and 1,145 deletions.
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

0 comments on commit 382e07f

Please sign in to comment.