Add setoutfit command (#2874)
* Add setoutfit command * Adds setoutfit as a verb and adds a proper UI to the command * Removes from AdminMenuWindow * Changes the SetOutfit verb to be a component verb instead of a global verb * Addresses reviews * Remove empty method * Remove on server aswell
This commit is contained in:
13
Content.Shared/Administration/SetOutfitEuiState.cs
Normal file
13
Content.Shared/Administration/SetOutfitEuiState.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Content.Shared.Eui;
|
||||
using Robust.Shared.Serialization;
|
||||
using System;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Shared.Administration
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public class SetOutfitEuiState : EuiStateBase
|
||||
{
|
||||
public EntityUid TargetEntityId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user