Add automatic versioning and server configuration XML in preparation for services
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Torch.API
|
||||
{
|
||||
public interface ITorchPlugin
|
||||
public interface ITorchPlugin : IDisposable
|
||||
{
|
||||
Guid Id { get; }
|
||||
Version Version { get; }
|
||||
@@ -23,10 +23,5 @@ namespace Torch.API
|
||||
/// Called after each game tick. Not thread safe, use invocation methods in <see cref="ITorchBase"/>.
|
||||
/// </summary>
|
||||
void Update();
|
||||
|
||||
/// <summary>
|
||||
/// Called when the game exits.
|
||||
/// </summary>
|
||||
void Unload();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user