Skip to content

Commit 382e07f

Browse files
authored
Merge pull request #626 from monkeyman192/update/16706643
Update for 16706643
2 parents a5fbebf + 5989e2a commit 382e07f

File tree

4 files changed

+1151
-1145
lines changed

4 files changed

+1151
-1145
lines changed

libMBIN/Source/NMS/GameComponents/GcCostGameMode.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
namespace libMBIN.NMS.GameComponents
44
{
5-
[NMS(GUID = 0x10AA5823518E256E, NameHash = 0x524F0ABF)]
5+
[NMS(GUID = 0xD3FD505117D654A6, NameHash = 0x524F0ABF)]
66
public class GcCostGameMode : NMSTemplate
77
{
88
[NMS(Index = 2)]
99
/* 0x00 */ public NMSString0x20A CostStringCantAfford;
1010
[NMS(Index = 1)]
1111
/* 0x20 */ public GcGameMode Mode;
12+
[NMS(Index = 3)]
13+
/* 0x24 */ public int SpecificSeasonIndex;
1214
[NMS(Index = 0)]
13-
/* 0x24 */ public bool InvertMode;
15+
/* 0x28 */ public bool InvertMode;
1416
}
1517
}

0 commit comments

Comments
 (0)