Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 5597036

Browse files
committed
最終更新
1 parent 5d3c003 commit 5597036

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

.gitignore

+3-16
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,7 @@
22
.vscode/tasks.json
33
TODO
44
.DS_Store
5-
TheOtherRoles/obj/Debug/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs
6-
TheOtherRoles/obj/Debug/netstandard2.1/TheOtherRoles.AssemblyInfo.cs
7-
TheOtherRoles/obj/Debug/netstandard2.1/TheOtherRoles.AssemblyInfoInputs.cache
8-
TheOtherRoles/obj/Debug/netstandard2.1/TheOtherRoles.assets.cache
9-
TheOtherRoles/obj/Debug/netstandard2.1/TheOtherRoles.csproj.AssemblyReference.cache
10-
TheOtherRoles/obj/Debug/netstandard2.1/TheOtherRoles.csproj.CoreCompileInputs.cache
11-
TheOtherRoles/obj/Debug/netstandard2.1/TheOtherRoles.csproj.FileListAbsolute.txt
12-
TheOtherRoles/obj/Debug/netstandard2.1/TheOtherRoles.GeneratedMSBuildEditorConfig.editorconfig
13-
TheOtherRoles/obj/Debug/netstandard2.1/TheOtherRolesGM.dll
14-
TheOtherRoles/obj/project.assets.json
15-
TheOtherRoles/obj/project.nuget.cache
16-
TheOtherRoles/obj/TheOtherRoles.csproj.nuget.dgspec.json
17-
TheOtherRoles/obj/TheOtherRoles.csproj.nuget.g.props
18-
TheOtherRoles/obj/TheOtherRoles.csproj.nuget.g.targets
19-
TheOtherRoles/bin/Debug/netstandard2.1/TheOtherRolesGM.dll
20-
TheOtherRoles/bin/Debug/netstandard2.1/TheOtherRolesGM.deps.json
215
~$Strings.xlsx
6+
TheOtherRoles/obj
7+
TheOtherRoles/bin
8+
TheOtherRoles/TheOtherRoles.csproj

Strings.xlsx

1 Byte
Binary file not shown.

TheOtherRoles/Main.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace TheOtherRoles
2424
public class TheOtherRolesPlugin : BasePlugin
2525
{
2626
public const string Id = "kiyomori.mugicha.theotherrolesgmkm";
27-
public const string VersionString = "3.0.1";
27+
public const string VersionString = "3.1.0";
2828
public static System.Version Version = System.Version.Parse(VersionString);
2929
internal static BepInEx.Logging.ManualLogSource Logger;
3030

@@ -106,8 +106,8 @@ public override void Load()
106106

107107
Patches.FreeNamePatch.Initialize();
108108
Harmony.PatchAll();
109-
SubmergedCompatibility.Initialize();
110-
Patches.SubmergedPatch.Patch();
109+
// SubmergedCompatibility.Initialize();
110+
// Patches.SubmergedPatch.Patch();
111111
}
112112

113113
public static Sprite GetModStamp()

0 commit comments

Comments
 (0)