This commit is contained in:
@@ -60,5 +60,6 @@ public class SwitchChoice : TurnChoice, ISwitchChoice
|
||||
|
||||
/// <inheritdoc />
|
||||
public override int GetHashCode() =>
|
||||
// ReSharper disable twice ConditionalAccessQualifierIsNonNullableAccordingToAPIContract
|
||||
User?.GetHashCode() ?? 0 ^ SwitchTo?.GetHashCode() ?? 0;
|
||||
}
|
||||
Reference in New Issue
Block a user