Skip to content

Commit

Permalink
Merge pull request #587 from HolterPhylo/UpdateFor13531997
Browse files Browse the repository at this point in the history
[MRG] Update for 13531997
  • Loading branch information
HolterPhylo authored Feb 23, 2024
2 parents 6ab1eed + d2d4afd commit 66a5702
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xB1489009012DF6A, NameHash = 0xBEE9A25263AA5FA0)]
public class GcMissionConditionHasIncompleteOptionalMilestones : NMSTemplate
{
/* 0x0 */ public int ForStageIndex;
}
}
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.52.0.1";
internal const string VERSION_STRING = "4.52.0.2";

/// <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 @@ -952,6 +952,7 @@
<Compile Include="$(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionHasGrabbableTarget.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionHasGrave.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionHasIllegalGoods.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionHasIncompleteOptionalMilestones.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionHasIngredientsForItem.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionHasItemFromListOfValue.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionHasLegacyBasePending.cs" />
Expand Down

0 comments on commit 66a5702

Please sign in to comment.