feat: update library
parent
15466d165b
commit
00da3c7534
|
@ -75,6 +75,10 @@ namespace SkyHook
|
||||||
|
|
||||||
_started = true;
|
_started = true;
|
||||||
started = true;
|
started = true;
|
||||||
|
|
||||||
|
while (_started)
|
||||||
|
{
|
||||||
|
}
|
||||||
}).Start();
|
}).Start();
|
||||||
|
|
||||||
while (!started && exception == null)
|
while (!started && exception == null)
|
||||||
|
@ -99,8 +103,6 @@ namespace SkyHook
|
||||||
}
|
}
|
||||||
|
|
||||||
_started = false;
|
_started = false;
|
||||||
|
|
||||||
_started = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void StartHook()
|
public static void StartHook()
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -6,7 +6,7 @@ PluginImporter:
|
||||||
iconMap: {}
|
iconMap: {}
|
||||||
executionOrder: {}
|
executionOrder: {}
|
||||||
defineConstraints: []
|
defineConstraints: []
|
||||||
isPreloaded: 1
|
isPreloaded: 0
|
||||||
isOverridable: 1
|
isOverridable: 1
|
||||||
isExplicitlyReferenced: 0
|
isExplicitlyReferenced: 0
|
||||||
validateReferences: 1
|
validateReferences: 1
|
||||||
|
|
Reference in New Issue