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:
Ygg01
2020-12-08 12:46:30 +01:00
committed by GitHub
parent f157cdce02
commit ad8b0b3c83
71 changed files with 89 additions and 89 deletions

View File

@@ -3,7 +3,7 @@
namespace Robust.Shared.Maths
{
[Flags]
public enum Direction
public enum Direction : sbyte
{
Invalid = -1,
East = 0,