mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-30 12:54:54 +00:00
Mobile Control (for the moment) relies on these classes, so they are necessary in Essentials until we determine a better solution.
8 lines
164 B
C#
8 lines
164 B
C#
|
|
namespace PepperDash.Essentials.Room.Config
|
|
{
|
|
public class EssentialsDualDisplayRoomPropertiesConfig : EssentialsNDisplayRoomPropertiesConfig
|
|
{
|
|
|
|
}
|
|
} |