namespace Robust.Client.UserInterface.XAML.Proxy;
///
/// This service locates the SS14 source tree and watches for changes to its xaml files.
///
///
/// It then reloads them instantly.
///
/// It depends on and is stubbed on non-TOOLS builds.
///
interface IXamlHotReloadManager
{
///
/// Initialize the hot reload manager.
///
///
/// You can't do anything with this once it's started, including turn it off.
///
void Initialize();
}