public static OneTimeAction OneTimeOnly(this Action action) { return(OneTimeAction.From(action)); }
protected override void OnLoadingContent() { _contentManager.Initialise(ContentManager.Create("Content")); _onReady = OneTimeAction.From(LoadScene); base.OnLoadingContent(); }