Enable nullability in Content.Server (#3685)
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Content.Server.AI.Utility.ExpandableActions
|
||||
/// </summary>
|
||||
public abstract class ExpandableUtilityAction : IAiUtility
|
||||
{
|
||||
public IEntity Owner { get; set; }
|
||||
public IEntity Owner { get; set; } = default!;
|
||||
|
||||
public abstract float Bonus { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user