Logo
Explore Help
Sign In
juni/crystall-punk-14
1
0
Fork 0
You've already forked crystall-punk-14
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
79b05c4e9bde6910a7cf80bdeb94de0853981ea0
crystall-punk-14/Content.Shared/Administration/SetOutfitEuiState.cs

14 lines
299 B
C#
Raw Normal View History

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
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]
Seal/abstract/virtual everything (#6739)
2022-02-16 00:23:23 -07:00
public sealed class SetOutfitEuiState : EuiStateBase
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
2021-01-08 10:29:08 -03:00
{
public EntityUid TargetEntityId;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 81ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API