2021-01-08 10:29:08 -03:00
|
|
|
using Content.Shared.Eui;
|
|
|
|
|
using Robust.Shared.Serialization;
|
|
|
|
|
|
|
|
|
|
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
|
|
|
{
|
2023-09-11 09:42:41 +10:00
|
|
|
public NetEntity TargetNetEntity;
|
2021-01-08 10:29:08 -03:00
|
|
|
}
|
|
|
|
|
}
|