Refactor and stuff

This commit is contained in:
John Gross
2016-12-23 13:24:58 -08:00
parent c381439ea1
commit 2695cda5fa
29 changed files with 513 additions and 182 deletions

View File

@@ -10,7 +10,7 @@ namespace Torch.API
{
public interface ITorchPlugin : IPlugin
{
void Init(ITorchServer server);
void Init(ITorchBase torch);
void Reload();
}
}