mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Add bytes or sbytes to enum where available (#1430)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Robust.Shared.Maths
|
||||
{
|
||||
[Flags]
|
||||
public enum Direction
|
||||
public enum Direction : sbyte
|
||||
{
|
||||
Invalid = -1,
|
||||
East = 0,
|
||||
|
||||
Reference in New Issue
Block a user