Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagord authored Sep 5, 2022
2 parents 15a55fa + 41fe5b9 commit 014abba
Show file tree
Hide file tree
Showing 16 changed files with 855 additions and 296 deletions.
14 changes: 0 additions & 14 deletions PulsarModLoader/Chat/Extensions/HarmonyServerStart.cs

This file was deleted.

2 changes: 1 addition & 1 deletion PulsarModLoader/CustomGUI/GUIMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ void WindowFunction(int WindowID)
Label($"Short Description: {mod.ShortDescription}");
if (mod.LongDescription != string.Empty)
Label($"Long Description: {mod.LongDescription}");
Label($"MPFunctionality: {((MPFunction)mod.MPFunctionality).ToString()}");
Label($"MPRequirement: {((MPModChecks.MPRequirement)mod.MPRequirements).ToString()}");
}
EndScrollView();
}
Expand Down
22 changes: 0 additions & 22 deletions PulsarModLoader/MPFunction.cs

This file was deleted.

211 changes: 0 additions & 211 deletions PulsarModLoader/MPModChecks.cs

This file was deleted.

Loading

0 comments on commit 014abba

Please sign in to comment.