using Robust.Client.WebViewHook; namespace Robust.Client.WebView { /// /// Internal implementation of WebViewManager that is switched out by . /// internal interface IWebViewManagerImpl : IWebViewManagerInternal { void Initialize(); void Update(); void Shutdown(); } }