mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Whitespace...
This commit is contained in:
parent
90722fcfbe
commit
d7ce12a2ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue