Added enum types (#2701)
This commit is contained in:
@@ -85,7 +85,7 @@ namespace Content.Client.GameObjects.Components
|
||||
}
|
||||
}
|
||||
|
||||
public enum Layers
|
||||
public enum Layers : byte
|
||||
{
|
||||
Body,
|
||||
Screen,
|
||||
|
||||
Reference in New Issue
Block a user