File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ namespace libMBIN . NMS . GameComponents
2+ {
3+ [ NMS ( GUID = 0x98A26CC1291BAEC7 , NameHash = 0x3C7A20DE ) ]
4+ public class GcMissionConditionHasUnlockedPurpleSystems : NMSTemplate
5+ {
6+ }
7+ }
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 = "5.52 .0.1" ;
28+ internal const string VERSION_STRING = "5.53 .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 10521052 <Compile Include =" $(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionHasSubstance.cs" />
10531053 <Compile Include =" $(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionHasTechnology.cs" />
10541054 <Compile Include =" $(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionHasTwitchReward.cs" />
1055+ <Compile Include =" $(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionHasUnlockedPurpleSystems.cs" />
10551056 <Compile Include =" $(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionHasValidSaveContext.cs" />
10561057 <Compile Include =" $(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionHasWeapons.cs" />
10571058 <Compile Include =" $(MSBuildThisFileDirectory)Source\NMS\GameComponents\GcMissionConditionHazard.cs" />
You can’t perform that action at this time.
0 commit comments