Skip to content

Commit

Permalink
小改
Browse files Browse the repository at this point in the history
  • Loading branch information
THEXN committed Feb 14, 2024
1 parent dba8b8d commit 2e6205e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions LifemaxExtra/PluginContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,16 @@
namespace LifemaxExtra
{
[ApiVersion(2, 1)]

public class LifemaxExtra : TerrariaPlugin
{
public override string Author => "佚名,肝帝熙恩添加自定义";
public override string Description => "提升生命值上限";
public override string Name => "LifemaxExtra";
public override Version Version => new Version(1, 0, 0, 2);


public override Version Version => new Version(1, 0, 0, 3);
public static Configuration Config;
private bool[] controlUseItemOld;
private int[] itemUseTime;


public LifemaxExtra(Main game) : base(game)
{
LoadConfig();
Expand Down

0 comments on commit 2e6205e

Please sign in to comment.