File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ namespace libMBIN . NMS . GameComponents
2+ {
3+ [ NMS ( GUID = 0xB43D8FE704FE11A9 , NameHash = 0x7BF9F7BC2C2E1715 ) ]
4+ public class GcMissionConditionPlatform : NMSTemplate
5+ {
6+ // size: 0x2
7+ public enum MissionPlatformEnum : uint {
8+ Undefined ,
9+ NintendoSwitch ,
10+ }
11+ /* 0x0 */ public MissionPlatformEnum MissionPlatform ;
12+ }
13+ }
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 = "4.50 .0.1" ;
28+ internal const string VERSION_STRING = "4.52 .0.1" ;
2929
3030 /// <summary>Shorthand for AssemblyVersion.Major</summary>
3131 public static int Major => AssemblyVersion . Major ;
Original file line number Diff line number Diff line change 10431043 <Compile Include =" $(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionPlanetDiscoveries.cs" />
10441044 <Compile Include =" $(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionPlanetResourceHint.cs" />
10451045 <Compile Include =" $(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionPlanetStatLevel.cs" />
1046+ <Compile Include =" $(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionPlatform.cs" />
10461047 <Compile Include =" $(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionPrimaryExocraft.cs" />
10471048 <Compile Include =" $(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionProductKnown.cs" />
10481049 <Compile Include =" $(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionPulseEncounterActive.cs" />
You can’t perform that action at this time.
0 commit comments