12 lines
253 B
C#
12 lines
253 B
C#
using Content.Shared.Eui;
|
|
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Administration
|
|
{
|
|
[Serializable, NetSerializable]
|
|
public sealed class SetOutfitEuiState : EuiStateBase
|
|
{
|
|
public NetEntity TargetNetEntity;
|
|
}
|
|
}
|