mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Allow swapping out internal WebViewManager implementation.
Everything moved to interfaces.
This commit is contained in:
12
Robust.Client.WebView/IWebViewManagerImpl.cs
Normal file
12
Robust.Client.WebView/IWebViewManagerImpl.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Robust.Client.WebViewHook;
|
||||
|
||||
namespace Robust.Client.WebView
|
||||
{
|
||||
/// <summary>
|
||||
/// Internal implementation of WebViewManager that is switched out by <see cref="IWebViewManagerHook"/>.
|
||||
/// </summary>
|
||||
internal interface IWebViewManagerImpl : IWebViewManagerInternal, IWebViewManagerHook
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user