diff options
Diffstat (limited to 'Enum.cs')
| -rw-r--r-- | Enum.cs | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +namespace HyperBooru; + +public enum ObjectType { + TagDefinition, + Tag, + Media, + Collection +} + +public enum TagSource { + Internal, + UserTag +}
\ No newline at end of file |
