Files
OldThink/Content.Shared/_White/Wizard/Mirror/WizardMirrorComponent.cs
BIGZi0348 d101601596 Revert "Merge pull request #188 from frosty-dev/test"
This reverts commit f7890e9378, reversing
changes made to af410cb46e.
2024-11-28 20:21:48 +03:00

9 lines
183 B
C#

namespace Content.Shared._White.Wizard.Mirror;
[RegisterComponent]
public sealed partial class WizardMirrorComponent : Component
{
[DataField]
public EntityUid? Target;
}