Whitespace...

This commit is contained in:
Ottermandias 2023-06-13 21:23:14 +02:00
parent 90722fcfbe
commit d7ce12a2ea

View file

@ -21,10 +21,10 @@ internal partial class DragDropManager : IDisposable, IDragDropManager, IService
{ {
[ServiceManager.ServiceDependency] [ServiceManager.ServiceDependency]
private readonly InterfaceManager.InterfaceManagerWithScene interfaceManager = Service<InterfaceManager.InterfaceManagerWithScene>.Get(); private readonly InterfaceManager.InterfaceManagerWithScene interfaceManager = Service<InterfaceManager.InterfaceManagerWithScene>.Get();
private int lastDropFrame = -2; private int lastDropFrame = -2;
private int lastTooltipFrame = -1; private int lastTooltipFrame = -1;
[ServiceManager.ServiceConstructor] [ServiceManager.ServiceConstructor]
private DragDropManager() private DragDropManager()
=> this.Enable(); => this.Enable();