From 113778471cd1f4e4d4eb13b8d232c49b0c447239 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Mon, 11 Sep 2023 14:47:30 -0700 Subject: [PATCH] Change MindComponent xmldoc to say that it is added to mind entities, not player entities (#20050) --- Content.Shared/Mind/MindComponent.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Shared/Mind/MindComponent.cs b/Content.Shared/Mind/MindComponent.cs index ed8eff76e8..f195220e14 100644 --- a/Content.Shared/Mind/MindComponent.cs +++ b/Content.Shared/Mind/MindComponent.cs @@ -7,6 +7,8 @@ using Robust.Shared.Players; namespace Content.Shared.Mind { /// + /// This is added as a component to mind entities, not to player entities. + /// 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. /// -- 2.51.2