Fax Machine (#11704)
This commit is contained in:
17
Content.Shared/Fax/FaxVisuals.cs
Normal file
17
Content.Shared/Fax/FaxVisuals.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Fax;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum FaxMachineVisuals : byte
|
||||
{
|
||||
VisualState,
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum FaxMachineVisualState : byte
|
||||
{
|
||||
Normal,
|
||||
Inserting,
|
||||
Printing
|
||||
}
|
||||
Reference in New Issue
Block a user