Skip to content

Commit

Permalink
Merge pull request #585 from HolterPhylo/UpdateFor13499678
Browse files Browse the repository at this point in the history
[MRG] Update for 13499678
  • Loading branch information
monkeyman192 authored Feb 19, 2024
2 parents c0d3d08 + c4d871e commit 6ab1eed
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions libMBIN/Source/NMS/GameComponents/GcMissionConditionPlatform.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xB43D8FE704FE11A9, NameHash = 0x7BF9F7BC2C2E1715)]
public class GcMissionConditionPlatform : NMSTemplate
{
// size: 0x2
public enum MissionPlatformEnum : uint {
Undefined,
NintendoSwitch,
}
/* 0x0 */ public MissionPlatformEnum MissionPlatform;
}
}
2 changes: 1 addition & 1 deletion libMBIN/Source/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static class Version {
// the Prerelease version should be reset to 1
// When the Release version is incremented:
// the Prerelease version should be reset to 0
internal const string VERSION_STRING = "4.50.0.1";
internal const string VERSION_STRING = "4.52.0.1";

/// <summary>Shorthand for AssemblyVersion.Major</summary>
public static int Major => AssemblyVersion.Major;
Expand Down
1 change: 1 addition & 0 deletions libMBIN/libMBIN-Shared.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,7 @@
<Compile Include="$(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionPlanetDiscoveries.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionPlanetResourceHint.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionPlanetStatLevel.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionPlatform.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionPrimaryExocraft.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionProductKnown.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionPulseEncounterActive.cs" />
Expand Down

0 comments on commit 6ab1eed

Please sign in to comment.