add RegisterAuxAssembly for compat with loader wrapper
This commit is contained in:
@@ -395,5 +395,15 @@ namespace Torch
|
|||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
public event TorchGameStateChangedDel GameStateChanged;
|
public event TorchGameStateChangedDel GameStateChanged;
|
||||||
|
|
||||||
|
#region Backwards compat
|
||||||
|
|
||||||
|
[Obsolete("Dont use that", true)]
|
||||||
|
internal static void RegisterAuxAssembly(Assembly assembly)
|
||||||
|
{
|
||||||
|
TorchLauncher.RegisterAssembly(assembly);
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user