maint: added livewatch asset
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Ingvar.LiveWatch.Editor
|
||||
{
|
||||
public static class WatchEditorServices
|
||||
{
|
||||
public static WatchGUICache GUICache { get; set; } = new ();
|
||||
public static WatchPreviewDrawer PreviewDrawer { get; set; } = new ();
|
||||
public static WatchCellDividerDrawer CellDividerDrawer { get; set; } = new ();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user