Reduce disposals allocations (#3715)
Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Content.Shared.GameObjects.Components.Disposal
|
||||
public const string NET_CMD_RESPONSE = "mailer_tag";
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public new enum UiButton
|
||||
public new enum UiButton : byte
|
||||
{
|
||||
Eject,
|
||||
Engage,
|
||||
|
||||
Reference in New Issue
Block a user