]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Change MindComponent xmldoc to say that it is added to mind entities, not player...
authorDrSmugleaf <DrSmugleaf@users.noreply.github.com>
Mon, 11 Sep 2023 21:47:30 +0000 (14:47 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 21:47:30 +0000 (14:47 -0700)
Content.Shared/Mind/MindComponent.cs

index ed8eff76e859ff9e4bf721f6e77652c6750c6eec..f195220e14b79302d2ddc829b8ed818c63fb583e 100644 (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>