Skip to content

Commit

Permalink
Renamed MBOptionScreenSubModule to MBOptionScreenSubModuleV2010
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 29, 2020
1 parent d6ad4e4 commit e725d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

namespace MBOptionScreen
{
public sealed class MBOptionScreenSubModule : MBSubModuleBase
public sealed class MBOptionScreenSubModuleV2010 : MBSubModuleBase
{
private ApplicationVersion GameVersion { get; }
private IMBOptionScreenInitializer MBOptionScreenInitializer { get; } = default!;

public MBOptionScreenSubModule()
public MBOptionScreenSubModuleV2010()
{
GameVersion = ApplicationVersionUtils.GameVersion();
MBOptionScreenInitializer = DI.GetImplementation<IMBOptionScreenInitializer, MBOptionScreenInitializerWrapper>(GameVersion);
Expand Down
2 changes: 1 addition & 1 deletion MBOptionScreen/_Data/SubModule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<SubModules>
<SubModule>
<Name value="Bannerlord.MBOptionScreen"/>
<SubModuleClassType value="MBOptionScreen.MBOptionScreenSubModule"/>
<DLLName value="MBOptionScreen.v2.0.10.dll"/>
<SubModuleClassType value="MBOptionScreen.MBOptionScreenSubModuleV2010"/>
<Tags>
<Tag key="DedicatedServerType" value="none" />
<Tag key="IsNoRenderModeElement" value="false" />
Expand Down

0 comments on commit e725d7b

Please sign in to comment.