chore: add back in config classes

Mobile Control (for the moment) relies on these classes, so they are necessary in Essentials until we determine a better solution.
This commit is contained in:
Andrew Welker
2024-02-07 08:42:22 -06:00
parent 8af0cf2702
commit 49b7faa400
14 changed files with 176 additions and 61 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using Newtonsoft.Json;
using PepperDash.Essentials.Room.Config;
namespace PDT.Plugins.Essentials.Rooms.Config
namespace PepperDash.Essentials.Room.Config
{
public class EssentialsTechRoomConfig
{