We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba8b8d commit 93b0dc1Copy full SHA for 93b0dc1
LifemaxExtra/PluginContainer.cs
@@ -12,14 +12,12 @@ public class LifemaxExtra : TerrariaPlugin
12
public override string Author => "佚名,肝帝熙恩添加自定义";
13
public override string Description => "提升生命值上限";
14
public override string Name => "LifemaxExtra";
15
- public override Version Version => new Version(1, 0, 0, 2);
16
-
+ public override Version Version => new Version(1, 0, 0, 3);
17
18
public static Configuration Config;
19
private bool[] controlUseItemOld;
20
private int[] itemUseTime;
21
22
23
public LifemaxExtra(Main game) : base(game)
24
{
25
LoadConfig();
0 commit comments