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

@@ -845,7 +845,7 @@ namespace Robust.Shared.ContentPack
}
[Flags]
public enum DumpFlags
public enum DumpFlags : byte
{
None = 0,
Types = 1,