Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
feat: unlimited export slots
Browse files Browse the repository at this point in the history
  • Loading branch information
NotSugden committed Aug 8, 2021
1 parent d865bc4 commit f4eb61b
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 230 deletions.
164 changes: 0 additions & 164 deletions source/Patches/CustomOption/Export.cs

This file was deleted.

4 changes: 2 additions & 2 deletions source/Patches/CustomOption/Generate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ public static void GenerateAll()
{
var num = 0;

Patches.ExportButton = new Export(num++);
Patches.ImportButton = new Import(num++);
Patches.ExportButton = new ImportExport(num++, "Save Custom Settings");
Patches.ImportButton = new ImportExport(num++, "Load Custom Settings");


CrewmateRoles = new CustomHeaderOption(num++, "Crewmate Roles");
Expand Down
Loading

0 comments on commit f4eb61b

Please sign in to comment.