Adds sub interfaces to capture EssentialsRoomBase

This commit is contained in:
Neil Dorin
2021-02-03 14:08:00 -07:00
parent 7a426ebc3a
commit 46ec92cb13
6 changed files with 115 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ namespace PepperDash.Essentials.Core.Interfaces.Components
/// Describes a group of room behaviour component. Is able to contain a collection of components that aggregate
/// together to behave as one
/// </summary>
public interface IRoomBehaviourGroupComponent
public interface IRoomBehaviourGroupComponent : IRoomComponent
{
/// <summary>
/// A collection of components that work together to achieve a common behaviour