Added enum types (#2701)
This commit is contained in:
@@ -73,7 +73,7 @@ namespace Content.Client.GameObjects.EntitySystems
|
||||
|
||||
private readonly List<SpriteComponent> _highlightedSprites = new();
|
||||
|
||||
private enum DragState
|
||||
private enum DragState : byte
|
||||
{
|
||||
NotDragging,
|
||||
// not dragging yet, waiting to see
|
||||
|
||||
Reference in New Issue
Block a user