mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2026-06-18 19:25:59 +00:00
9 lines
125 B
C#
9 lines
125 B
C#
namespace RJWSexperience.Ideology
|
|
{
|
|
public enum BloodRelationDegree
|
|
{
|
|
CloseRelative,
|
|
FarRelative,
|
|
NotRelated
|
|
}
|
|
}
|