Code formatting fixes

This commit is contained in:
Asriel Camora
2023-07-23 06:05:04 +04:00
parent 49d9d8d215
commit 08c5324b34
14 changed files with 54 additions and 56 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ public record struct Effects
public readonly byte GetStrength(EffectType effect) =>
effect == EffectType.InnerQuiet ? InnerQuiet :
(byte)(HasEffect(effect) ? 1 : 0);
[Pure]
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public readonly bool HasEffect(EffectType effect) =>