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:
@@ -845,7 +845,7 @@ namespace Robust.Shared.ContentPack
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum DumpFlags
|
||||
public enum DumpFlags : byte
|
||||
{
|
||||
None = 0,
|
||||
Types = 1,
|
||||
|
||||
Reference in New Issue
Block a user