Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Radium.DataExporter.Models.Accounts.Enums;
|
||||
|
||||
[Flags]
|
||||
public enum PersonalPronouns
|
||||
{
|
||||
None = 0,
|
||||
SheHer = 1,
|
||||
HeHim = 2,
|
||||
TheyThem = 4,
|
||||
ZeHir = 8,
|
||||
ZeZir = 16,
|
||||
XeXem = 32
|
||||
}
|
||||
Reference in New Issue
Block a user