File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 154154# Lookup for classes with extra attributes.
155155EXTRA_ATTRIBUTES = {
156156 'GcPlayerClothComponentData' : ', Alignment = 0x10' ,
157- 'GcClothComponentData' : ', Alignment = 0x10' ,
158157 'GcMultiColouriseComponentData' : ', Alignment = 0x10' ,
159158 'GcScanEffectComponentData' : ', Alignment = 0x10' ,
160159 'GcSpringAttachmentComponentData' : ', Alignment = 0x10' ,
Original file line number Diff line number Diff line change 22
33namespace libMBIN . NMS . GameComponents
44{
5- [ NMS ( GUID = 0xBF5F4F7BD7D0DA49 , NameHash = 0x94BADD03 ) ]
5+ [ NMS ( GUID = 0x2AEC296158B31BA3 , NameHash = 0x94BADD03 ) ]
66 public class GcCostSalvageShip : NMSTemplate
77 {
8+ [ NMS ( Index = 2 , Size = 0xB , EnumType = typeof ( GcSpaceshipClasses . ShipClassEnum ) ) ]
9+ /* 0x000 */ public NMSString0x20A [ ] CustomErrorMessageOSD ;
810 [ NMS ( Index = 1 , Size = 0xB , EnumType = typeof ( GcSpaceshipClasses . ShipClassEnum ) ) ]
9- /* 0x000 */ public NMSString0x20A [ ] ShipClassStringOverride ;
10- [ NMS ( Index = 2 ) ]
11- /* 0x160 */ public bool CannotAffordIfStringOverrideIsNull ;
11+ /* 0x160 */ public NMSString0x20A [ ] ShipClassStringOverride ;
12+ [ NMS ( Index = 3 ) ]
13+ /* 0x2C0 */ public bool CannotAffordIfStringOverrideIsNull ;
1214 [ NMS ( Index = 0 ) ]
13- /* 0x161 */ public bool WillGiveShipParts ;
15+ /* 0x2C1 */ public bool WillGiveShipParts ;
1416 }
1517}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public static class Version {
2525 // the Prerelease version should be reset to 1
2626 // When the Release version is incremented:
2727 // the Prerelease version should be reset to 0
28- internal const string VERSION_STRING = "6.17.0.1 " ;
28+ internal const string VERSION_STRING = "6.17.0.2 " ;
2929
3030 /// <summary>Shorthand for AssemblyVersion.Major</summary>
3131 public static int Major => AssemblyVersion . Major ;
You can’t perform that action at this time.
0 commit comments