33
44namespace libMBIN . NMS . GameComponents
55{
6- [ NMS ( GUID = 0xDBCE72F402346218 , NameHash = 0x15C14AC1 ) ]
6+ [ NMS ( GUID = 0x1978387435F26873 , NameHash = 0x15C14AC1 ) ]
77 public class GcBuildingDefinitionData : NMSTemplate
88 {
9- [ NMS ( Index = 7 ) ]
9+ [ NMS ( Index = 8 ) ]
1010 /* 0x00 */ public NMSString0x20A TextureNameHint ;
1111 [ NMS ( Index = 1 ) ]
1212 /* 0x20 */ public NMSString0x10 ClusterLayout ;
@@ -16,23 +16,25 @@ public class GcBuildingDefinitionData : NMSTemplate
1616 /* 0x50 */ public TkNoiseFlattenOptions FlattenType ;
1717 [ NMS ( Index = 2 ) ]
1818 /* 0x58 */ public float ClusterSpacing ;
19- [ NMS ( Index = 11 ) ]
19+ [ NMS ( Index = 12 ) ]
2020 /* 0x5C */ public float MaxHeight ;
21- [ NMS ( Index = 10 ) ]
21+ [ NMS ( Index = 11 ) ]
2222 /* 0x60 */ public float MinHeight ;
23- [ NMS ( Index = 6 ) ]
23+ [ NMS ( Index = 7 ) ]
2424 /* 0x64 */ public int NumModelsToGenerate ;
2525 [ NMS ( Index = 5 ) ]
2626 /* 0x68 */ public int NumOverridesToGenerate ;
27- [ NMS ( Index = 8 , MxmlName = "OverrideRadius " ) ]
28- /* 0x6C */ public float OverrideRadius ;
29- [ NMS ( Index = 12 ) ]
30- /* 0x70 */ public GcPlanetaryBuildingRestrictions PlanetRestrictions ;
31- [ NMS ( Index = 4 ) ]
32- /* 0x72 */ public bool EnabledWhenPlanetHasNoNPCs ;
33- [ NMS ( Index = 9 ) ]
34- /* 0x73 */ public bool GivesShelter ;
27+ [ NMS ( Index = 6 ) ]
28+ /* 0x6C */ public int NumOverridesToGenerateWaterworlds ;
29+ [ NMS ( Index = 9 , MxmlName = "OverrideRadius " ) ]
30+ /* 0x70 */ public float OverrideRadius ;
3531 [ NMS ( Index = 13 ) ]
36- /* 0x74 */ public bool IgnoreParticlesInAABB ;
32+ /* 0x74 */ public GcPlanetaryBuildingRestrictions PlanetRestrictions ;
33+ [ NMS ( Index = 4 ) ]
34+ /* 0x76 */ public bool EnabledWhenPlanetHasNoNPCs ;
35+ [ NMS ( Index = 10 ) ]
36+ /* 0x77 */ public bool GivesShelter ;
37+ [ NMS ( Index = 14 ) ]
38+ /* 0x78 */ public bool IgnoreParticlesInAABB ;
3739 }
3840}
0 commit comments