Initial seed

This commit is contained in:
Jason T Alborough
2019-09-04 10:04:19 -04:00
parent 128f282412
commit 5281564ba4
45 changed files with 431 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
namespace EssentialsPluginTemplateEPI
{
public class EssentialsPluginTemplateConfigObject
{
}
}