Openable refactor (#19750)

This commit is contained in:
deltanedas
2023-09-23 03:10:04 +01:00
committed by GitHub
parent 71ab660885
commit b7cff81587
33 changed files with 842 additions and 687 deletions

View File

@@ -11,9 +11,9 @@ namespace Content.Shared.Nutrition.Components
}
[Serializable, NetSerializable]
public enum DrinkCanStateVisual : byte
public enum OpenableVisuals : byte
{
Closed,
Opened
Opened,
Layer
}
}