Airlocks rewritten to use appearances, use less ugly sprite from Eris.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using SS14.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.GameObjects.Components.Doors
|
||||
{
|
||||
[NetSerializable]
|
||||
[Serializable]
|
||||
public enum DoorVisuals
|
||||
{
|
||||
VisualState,
|
||||
}
|
||||
|
||||
[NetSerializable]
|
||||
[Serializable]
|
||||
public enum DoorVisualState
|
||||
{
|
||||
Closed,
|
||||
Opening,
|
||||
Open,
|
||||
Closing,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user