Docs/cleanup for node system.

This commit is contained in:
Pieter-Jan Briers
2021-07-06 21:25:04 +02:00
parent cfe4a26d1f
commit b79457dde9
4 changed files with 84 additions and 2 deletions

View File

@@ -4,6 +4,10 @@ using Robust.Shared.GameObjects;
namespace Content.Server.NodeContainer.EntitySystems
{
/// <summary>
/// Manages <see cref="NodeContainerComponent"/> events.
/// </summary>
/// <seealso cref="NodeGroupSystem"/>
[UsedImplicitly]
public class NodeContainerSystem : EntitySystem
{