Finish chat/players functionality, refactor logic to non-static classes with a single static entry point, add data binding

This commit is contained in:
John Michael Gross
2016-09-19 12:45:44 -07:00
parent 15d6a89f9c
commit 30b0e37fff
25 changed files with 449 additions and 212 deletions

View File

@@ -5,7 +5,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls;
namespace PistonAPI
namespace Piston.API
{
public static class PistonAPI
{