Added enum types (#2701)
This commit is contained in:
@@ -217,7 +217,7 @@ namespace Content.Client.GameObjects.Components
|
||||
}
|
||||
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
private enum OverCornerLayers
|
||||
private enum OverCornerLayers : byte
|
||||
{
|
||||
SE,
|
||||
NE,
|
||||
|
||||
Reference in New Issue
Block a user