mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 07:40:54 -05:00
support hot reload of plugin code in debug configuration
This commit is contained in:
10
PluginDebugReference/StrongReference.cs
Normal file
10
PluginDebugReference/StrongReference.cs
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
namespace PluginDebugReference;
|
||||
|
||||
public static class StrongReferencesLoader
|
||||
{
|
||||
public static void Load()
|
||||
{
|
||||
// only for explicit reference
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user