mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Removes set from interface
This commit is contained in:
parent
7b7ec53355
commit
6f6ca50c37
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ namespace PepperDash.Essentials.Core
|
|||
/// </summary>
|
||||
public interface IPartitionController : IPartitionStateProvider
|
||||
{
|
||||
List<string> AdjacentRoomKeys { get; set; }
|
||||
List<string> AdjacentRoomKeys { get; }
|
||||
|
||||
void SetPartitionStatePresent();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue