Rename to Torch, add command system
This commit is contained in:
13
Torch.API/IEnvironmentInfo.cs
Normal file
13
Torch.API/IEnvironmentInfo.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Torch.API
|
||||
{
|
||||
public interface IEnvironmentInfo
|
||||
{
|
||||
EnvironmentType Type { get; }
|
||||
}
|
||||
|
||||
public enum EnvironmentType
|
||||
{
|
||||
DedicatedServer,
|
||||
GameClient
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user