Skip to content

Commit

Permalink
Update 6.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pik-4 committed Jun 19, 2024
1 parent 266b44c commit ff90a3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HsMod/PluginConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public static void ConfigTemplateSettingChanged(Utils.ConfigTemplate cTemplate)
receiveEnemyEmoteLimit.Value = 0;
isOpponentGoldenCardShow.Value = false;
skinCoin.Value = 1746; // 初始幸运币
isSkinDefalutHeroEnable.Value = true;
//isSkinDefalutHeroEnable.Value = true;
mercenaryDiamondCardState.Value = Utils.CardState.Disabled;
randomMercenarySkinEnable.Value = Utils.CardState.Disabled;
goldenCardState.Value = Utils.CardState.Disabled;
Expand Down
2 changes: 1 addition & 1 deletion HsMod/PluginInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ internal class PluginInfo
public const string PLUGIN_GUID = "HsMod";
public const string PLUGIN_NAME = "HsMod";
public const string PLUGIN_AUTHOR = "Pik_4";
public const string PLUGIN_VERSION = "6.1.0.0";
public const string PLUGIN_VERSION = "6.2.0.0";
}
}

0 comments on commit ff90a3e

Please sign in to comment.