Reduce disposals allocations (#3715)

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2021-03-26 12:48:39 +11:00
committed by GitHub
parent d0abb85a6e
commit 1499468157
3 changed files with 21 additions and 63 deletions

View File

@@ -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,