Rename to Torch, add command system
This commit is contained in:
10
Torch.API/IServerControls.cs
Normal file
10
Torch.API/IServerControls.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace Torch.API
|
||||
{
|
||||
public interface IServerControls
|
||||
{
|
||||
bool AddGUITab(string name, UserControl control);
|
||||
bool RemoveGUITab(string name);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user