Skip to content

Commit

Permalink
小改
Browse files Browse the repository at this point in the history
  • Loading branch information
THEXN committed Feb 14, 2024
2 parents 2e6205e + 93b0dc1 commit 356cfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LifemaxExtra/PluginContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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, 3);
public override Version Version => new Version(1, 0, 0, 2);
public static Configuration Config;

Check warning on line 15 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 15 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;
Expand Down

0 comments on commit 356cfd4

Please sign in to comment.