Implement first iteration of players tab (chat/player list) and sketch API
This commit is contained in:
@@ -3,11 +3,13 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace PistonAPI
|
||||
{
|
||||
public static class PistonAPI
|
||||
{
|
||||
|
||||
public static IServerControls ServerControls { get; }
|
||||
public static IEnvironmentInfo EnvironmentInfo { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user