- Added friendly name to ACLs for identification during unloading.
- Added debug messages showing mods that have not unloaded from a previous session.
This commit is contained in:
committed by
Evil Factory
parent
40c8f3e666
commit
523ee8d641
+1
@@ -23,6 +23,7 @@ namespace Barotrauma;
|
||||
public class MemoryFileAssemblyContextLoader : AssemblyLoadContext
|
||||
{
|
||||
// public
|
||||
public string FriendlyName { get; set; } = null;
|
||||
// ReSharper disable MemberCanBePrivate.Global
|
||||
public Assembly CompiledAssembly { get; private set; } = null;
|
||||
public byte[] CompiledAssemblyImage { get; private set; } = null;
|
||||
|
||||
Reference in New Issue
Block a user