This website requires JavaScript.
Explore
Help
Sign in
wonderking
/
continuity
Watch
2
Star
0
Fork
You've already forked continuity
0
Code
Issues
Pull requests
16
Projects
1
Releases
Packages
1
Wiki
Activity
Actions
5eb0b130f9
continuity
/
Server
/
DB
/
Documents
/
Gender.cs
9 lines
105 B
C#
Raw
Normal View
History
Unescape
Escape
chore: apply dotnet format
2023-10-12 07:15:34 +00:00
namespace
Server.DB.Documents
;
feat: add additional data to character
2023-08-14 21:05:53 +00:00
public
enum
Gender
:
byte
{
None
=
0
,
Male
=
1
,
Female
=
2
}
Copy permalink