Skip to content

Commit

Permalink
temp disable lb functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksuhn committed Feb 5, 2024
1 parent 0c07939 commit 85855a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SomethingNeedDoing/Misc/Commands/CharacterStateCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public unsafe int GetLevel(int expArrayIndex = -1)
public unsafe void RequestAchievementProgress(uint id) => Achievement.Instance()->RequestAchievementProgress(id);
public unsafe uint GetRequestedAchievementProgress() => Achievement.Instance()->ProgressMax;

public unsafe byte GetLimitBreakBarCount() => LimitBreakController.Instance()->BarCount;
public unsafe uint GetLimitBreakBarValue() => LimitBreakController.Instance()->BarValue;
public unsafe ushort GetLimitBreakCurrentValue() => LimitBreakController.Instance()->CurrentValue;
//public unsafe byte GetLimitBreakBarCount() => LimitBreakController.Instance()->BarCount;
//public unsafe uint GetLimitBreakBarValue() => LimitBreakController.Instance()->BarValue;
//public unsafe ushort GetLimitBreakCurrentValue() => LimitBreakController.Instance()->CurrentValue;
}

0 comments on commit 85855a3

Please sign in to comment.