11 lines
188 B
C#
11 lines
188 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Extinguisher
|
|
{
|
|
[Serializable, NetSerializable]
|
|
public enum FireExtinguisherVisuals : byte
|
|
{
|
|
Safety
|
|
}
|
|
}
|