This repository was archived by the owner on Oct 10, 2022. It is now read-only.
Commit 5597036 1 parent 5d3c003 commit 5597036 Copy full SHA for 5597036
File tree 3 files changed +6
-19
lines changed
3 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 2
2
.vscode /tasks.json
3
3
TODO
4
4
.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
21
5
~$Strings.xlsx
6
+ TheOtherRoles /obj
7
+ TheOtherRoles /bin
8
+ TheOtherRoles /TheOtherRoles.csproj
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ namespace TheOtherRoles
24
24
public class TheOtherRolesPlugin : BasePlugin
25
25
{
26
26
public const string Id = "kiyomori.mugicha.theotherrolesgmkm" ;
27
- public const string VersionString = "3.0.1 " ;
27
+ public const string VersionString = "3.1.0 " ;
28
28
public static System . Version Version = System . Version . Parse ( VersionString ) ;
29
29
internal static BepInEx . Logging . ManualLogSource Logger ;
30
30
@@ -106,8 +106,8 @@ public override void Load()
106
106
107
107
Patches . FreeNamePatch . Initialize ( ) ;
108
108
Harmony . PatchAll ( ) ;
109
- SubmergedCompatibility . Initialize ( ) ;
110
- Patches . SubmergedPatch . Patch ( ) ;
109
+ // SubmergedCompatibility.Initialize();
110
+ // Patches.SubmergedPatch.Patch();
111
111
}
112
112
113
113
public static Sprite GetModStamp ( )
You can’t perform that action at this time.
0 commit comments