mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +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>
|
/// </summary>
|
||||||
public interface IPartitionController : IPartitionStateProvider
|
public interface IPartitionController : IPartitionStateProvider
|
||||||
{
|
{
|
||||||
List<string> AdjacentRoomKeys { get; set; }
|
List<string> AdjacentRoomKeys { get; }
|
||||||
|
|
||||||
void SetPartitionStatePresent();
|
void SetPartitionStatePresent();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue