mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-01-11 19:44:38 +00:00
12 lines
226 B
C#
12 lines
226 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using Crestron.SimplSharp;
|
|
|
|
namespace EssentialsPluginTemplateEPI
|
|
{
|
|
public class EssentialsPluginTemplateConfigObject
|
|
{
|
|
}
|
|
} |