Address compiler warnings
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Core.Calculation;
|
||||
|
||||
public class EventAssignmentThresholds
|
||||
{
|
||||
public EventDefinition Event { get; set; }
|
||||
public EventDefinition Event { get; set; } = null!;
|
||||
public int TeamCount { get; set; }
|
||||
public int LowerBound { get; set; }
|
||||
public int UpperBound { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user