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