1.9.0.0 (Testing) Release
This commit is contained in:
@@ -82,6 +82,11 @@ public record struct Effects
|
||||
_ => 0
|
||||
};
|
||||
|
||||
[Pure]
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public static bool IsIndefinite(EffectType effect) =>
|
||||
effect is EffectType.InnerQuiet or EffectType.HeartAndSoul;
|
||||
|
||||
[Pure]
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public readonly byte GetStrength(EffectType effect) =>
|
||||
|
||||
Reference in New Issue
Block a user