Add doc comments to target action components (#29982)

This commit is contained in:
ShadowCommander
2024-07-12 21:04:53 -07:00
committed by GitHub
parent 1b360ac914
commit b94b52396e
2 changed files with 13 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ using Robust.Shared.Serialization;
namespace Content.Shared.Actions;
/// <summary>
/// Used on action entities to define an action that triggers when targeting an entity coordinate.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class WorldTargetActionComponent : BaseTargetActionComponent
{