Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0c53b2f1d3 |
@@ -395,5 +395,15 @@ namespace Torch
|
||||
|
||||
/// <inheritdoc/>
|
||||
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