Implement first iteration of players tab (chat/player list) and sketch API

This commit is contained in:
John Michael Gross
2016-09-18 07:04:32 -07:00
parent 113a6b63c0
commit 15d6a89f9c
11 changed files with 148 additions and 10 deletions

View File

@@ -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; }
}
}