2021-01-08 10:29:08 -03:00
|
|
|
using Content.Shared.Eui;
|
|
|
|
|
using Robust.Shared.Serialization;
|
|
|
|
|
using System;
|
|
|
|
|
using Robust.Shared.GameObjects;
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Administration
|
|
|
|
|
{
|
|
|
|
|
[Serializable, NetSerializable]
|
2022-02-16 00:23:23 -07:00
|
|
|
public sealed class SetOutfitEuiState : EuiStateBase
|
2021-01-08 10:29:08 -03:00
|
|
|
{
|
|
|
|
|
public EntityUid TargetEntityId;
|
|
|
|
|
}
|
|
|
|
|
}
|