Make setter internal

This commit is contained in:
DrSmugleaf
2024-05-07 20:51:01 -07:00
parent dde4dd06f6
commit 318548a4d6

View File

@@ -19,7 +19,7 @@ namespace Robust.Shared.GameObjects
/// <summary>
/// The last received state object sent from the server.
/// </summary>
protected internal BoundUserInterfaceState? State { get; set; }
protected internal BoundUserInterfaceState? State { get; internal set; }
protected BoundUserInterface(EntityUid owner, Enum uiKey)
{