Change MindComponent xmldoc to say that it is added to mind entities, not player entities (#20050)

This commit is contained in:
DrSmugleaf
2023-09-11 14:47:30 -07:00
committed by GitHub
parent 22886efb71
commit 113778471c

View File

@@ -7,6 +7,8 @@ using Robust.Shared.Players;
namespace Content.Shared.Mind
{
/// <summary>
/// This is added as a component to mind entities, not to player entities.
/// <see cref="MindContainerComponent"/> for the one that is added to players.
/// A mind represents the IC "mind" of a player.
/// Roles are attached as components to its owning entity.
/// </summary>