mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
10 lines
241 B
C#
10 lines
241 B
C#
namespace RJWSexperience.Virginity
|
|
{
|
|
public static class TraitDegree
|
|
{
|
|
public const int FemaleDamagedVirgin = -1;
|
|
public const int MaleVirgin = 0;
|
|
public const int FemaleAfterSurgery = 1;
|
|
public const int FemaleVirgin = 2;
|
|
}
|
|
}
|