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 2e6205eCopy full SHA for 2e6205e
LifemaxExtra/PluginContainer.cs
@@ -6,20 +6,16 @@
6
namespace LifemaxExtra
7
{
8
[ApiVersion(2, 1)]
9
-
10
public class LifemaxExtra : TerrariaPlugin
11
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
17
+ public override Version Version => new Version(1, 0, 0, 3);
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