Co-authored-by: a.rudenko <creadth@gmail.com> Co-authored-by: creadth <creadth@users.noreply.github.com> Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
12 lines
214 B
C#
12 lines
214 B
C#
using System;
|
|
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.GameObjects.Components.Atmos.GasTank
|
|
{
|
|
[Serializable, NetSerializable]
|
|
public enum SharedGasTankUiKey
|
|
{
|
|
Key
|
|
}
|
|
}
|