Removes set from interface

This commit is contained in:
Neil Dorin
2021-07-16 15:36:59 -06:00
parent 7b7ec53355
commit 6f6ca50c37

View File

@@ -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();