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