Small Comment

This commit is contained in:
Sir Warock 2026-07-14 15:44:08 +02:00
parent d15a86f4c5
commit b6a0bf8053
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ using JetBrains.Annotations;
namespace Content.Server._DV.Psionics.Systems;
/// <summary>
/// This handles swapping the minds of beings for psionic reasons, such as telegnosis or mass mindswaps.
/// </summary>
public sealed partial class PsionicSystem
{
[Dependency] private readonly ActionsSystem _action = default!;