44
55namespace libMBIN . NMS . GameComponents
66{
7- [ NMS ( GUID = 0xC1389D546F6113B3 , NameHash = 0x17A032B6 ) ]
7+ [ NMS ( GUID = 0x6F811FEA7B144B76 , NameHash = 0x17A032B6 ) ]
88 public class GcPlanetData : NMSTemplate
99 {
1010 [ NMS ( Index = 10 ) ]
@@ -24,55 +24,55 @@ public class GcPlanetData : NMSTemplate
2424 [ NMS ( Index = 21 ) ]
2525 /* 0x3258 */ public GcPlanetBuildingData BuildingData ;
2626 [ NMS ( Index = 13 ) ]
27- /* 0x32A0 */ public GcPlanetCloudProperties Clouds ;
27+ /* 0x32A8 */ public GcPlanetCloudProperties Clouds ;
2828 [ NMS ( Index = 6 ) ]
29- /* 0x32E8 */ public NMSString0x10 CommonSubstanceID ;
29+ /* 0x32F0 */ public NMSString0x10 CommonSubstanceID ;
3030 [ NMS ( Index = 9 ) ]
31- /* 0x32F8 */ public List < GcPlanetDataResourceHint > ExtraResourceHints ;
31+ /* 0x3300 */ public List < GcPlanetDataResourceHint > ExtraResourceHints ;
3232 [ NMS ( Index = 8 ) ]
33- /* 0x3308 */ public NMSString0x10 RareSubstanceID ;
33+ /* 0x3310 */ public NMSString0x10 RareSubstanceID ;
3434 [ NMS ( Index = 15 ) ]
35- /* 0x3318 */ public VariableSizeString TerrainFile ;
35+ /* 0x3320 */ public VariableSizeString TerrainFile ;
3636 [ NMS ( Index = 18 ) ]
37- /* 0x3328 */ public List < int > TileTypeIndices ;
37+ /* 0x3330 */ public List < int > TileTypeIndices ;
3838 [ NMS ( Index = 7 ) ]
39- /* 0x3338 */ public NMSString0x10 UncommonSubstanceID ;
39+ /* 0x3340 */ public NMSString0x10 UncommonSubstanceID ;
4040 [ NMS ( Index = 3 ) ]
41- /* 0x3348 */ public GcPlanetHazardData Hazard ;
41+ /* 0x3350 */ public GcPlanetHazardData Hazard ;
4242 [ NMS ( Index = 23 , Size = 0x4 , EnumType = typeof ( GcCombatTimerDifficultyOption . CombatTimerDifficultyOptionEnum ) ) ]
43- /* 0x33C0 */ public GcPlanetGroundCombatData [ ] GroundCombatDataPerDifficulty ;
43+ /* 0x33C8 */ public GcPlanetGroundCombatData [ ] GroundCombatDataPerDifficulty ;
4444 [ NMS ( Index = 14 ) ]
45- /* 0x3420 */ public GcPlanetWaterData Water ;
45+ /* 0x3428 */ public GcPlanetWaterData Water ;
4646 [ NMS ( Index = 5 ) ]
47- /* 0x3430 */ public GcBuildingDensityLevels BuildingLevel ;
47+ /* 0x3438 */ public GcBuildingDensityLevels BuildingLevel ;
4848 [ NMS ( Index = 2 ) ]
49- /* 0x3434 */ public GcPlanetLife CreatureLife ;
49+ /* 0x343C */ public GcPlanetLife CreatureLife ;
5050 [ NMS ( Index = 29 ) ]
51- /* 0x3438 */ public float FuelMultiplier ;
51+ /* 0x3440 */ public float FuelMultiplier ;
5252 [ NMS ( Index = 20 ) ]
53- /* 0x343C */ public GcAlienRace InhabitingRace ;
53+ /* 0x3444 */ public GcAlienRace InhabitingRace ;
5454 [ NMS ( Index = 1 ) ]
55- /* 0x3440 */ public GcPlanetLife Life ;
55+ /* 0x3448 */ public GcPlanetLife Life ;
5656 [ NMS ( Index = 30 ) ]
57- /* 0x3444 */ public int PlanetIndex ;
57+ /* 0x344C */ public int PlanetIndex ;
5858 // size: 0x2
5959 public enum ResourceLevelEnum : uint {
6060 Low ,
6161 High ,
6262 }
6363 [ NMS ( Index = 4 ) ]
64- /* 0x3448 */ public ResourceLevelEnum ResourceLevel ;
64+ /* 0x3450 */ public ResourceLevelEnum ResourceLevel ;
6565 [ NMS ( Index = 17 ) ]
66- /* 0x344C */ public int TileTypeSet ;
66+ /* 0x3454 */ public int TileTypeSet ;
6767 [ NMS ( Index = 24 ) ]
68- /* 0x3450 */ public GcPlanetInfo PlanetInfo ;
68+ /* 0x3458 */ public GcPlanetInfo PlanetInfo ;
6969 [ NMS ( Index = 0 ) ]
70- /* 0x3956 */ public NMSString0x80 Name ;
70+ /* 0x395E */ public NMSString0x80 Name ;
7171 [ NMS ( Index = 27 ) ]
72- /* 0x39D6 */ public bool InAbandonedSystem ;
72+ /* 0x39DE */ public bool InAbandonedSystem ;
7373 [ NMS ( Index = 26 ) ]
74- /* 0x39D7 */ public bool InEmptySystem ;
74+ /* 0x39DF */ public bool InEmptySystem ;
7575 [ NMS ( Index = 28 ) ]
76- /* 0x39D8 */ public bool InGasGiantSystem ;
76+ /* 0x39E0 */ public bool InGasGiantSystem ;
7777 }
7878}
0 commit comments