Add a command to hide replay UI (#19956)

This commit is contained in:
ShadowCommander
2023-10-10 20:43:48 -07:00
committed by GitHub
parent d2665b6bba
commit c7d1fb80b5
4 changed files with 73 additions and 2 deletions

View File

@@ -46,6 +46,8 @@ public sealed class ContentReplayPlaybackManager
/// </summary>
public Type? DefaultState;
public bool IsScreenshotMode = false;
private bool _initialized;
public void Initialize()