Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
THEXN committed Feb 14, 2024
1 parent dba8b8d commit 93b0dc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions LifemaxExtra/PluginContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ 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;

Check warning on line 17 in LifemaxExtra/PluginContainer.cs

View workflow job for this annotation

GitHub Actions / build

Non-nullable field 'Config' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check warning on line 17 in LifemaxExtra/PluginContainer.cs

View workflow job for this annotation

GitHub Actions / build

Non-nullable field 'Config' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
private bool[] controlUseItemOld;
private int[] itemUseTime;


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

0 comments on commit 93b0dc1

Please sign in to comment.