mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Adds sub interfaces to capture EssentialsRoomBase
This commit is contained in:
parent
7a426ebc3a
commit
46ec92cb13
6 changed files with 115 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue