Expose more state/tick logic to content (#3474)

This commit is contained in:
Leon Friedrich
2022-11-17 08:56:02 +13:00
committed by GitHub
parent a0c23c7fee
commit 60e0c0b804
10 changed files with 68 additions and 20 deletions

View File

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