Quick warning fixes (#5417)

This commit is contained in:
Pieter-Jan Briers
2024-09-01 04:54:28 +02:00
committed by GitHub
parent 6e25ead588
commit b1e1a0cd88
6 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ namespace Robust.UnitTesting
public GameControllerOptions Options { get; } = new();
public bool ContentStart { get; set; }
public event Action<FrameEventArgs>? TickUpdateOverride;
public event Action<FrameEventArgs>? TickUpdateOverride { add { } remove { } }
public void Shutdown(string? reason = null)
{