Misc mind tweaks and fixes (#20614)

This commit is contained in:
Leon Friedrich
2023-10-07 12:00:48 +11:00
committed by GitHub
parent ec452aa4a3
commit 427cae2d25
6 changed files with 98 additions and 12 deletions

View File

@@ -65,8 +65,7 @@ namespace Content.Shared.Mind
/// The component currently owned by this mind.
/// Can be null.
/// </summary>
[ViewVariables]
public MindContainerComponent? OwnedComponent { get; internal set; }
[ViewVariables] public MindContainerComponent? OwnedComponent;
/// <summary>
/// The entity currently owned by this mind.