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