9 lines
183 B
C#
9 lines
183 B
C#
|
|
namespace Content.Shared._White.Wizard.Mirror;
|
|||
|
|
|
|||
|
|
[RegisterComponent]
|
|||
|
|
public sealed partial class WizardMirrorComponent : Component
|
|||
|
|
{
|
|||
|
|
[DataField]
|
|||
|
|
public EntityUid? Target;
|
|||
|
|
}
|