Rename source folder

This commit is contained in:
amevarashi 2022-09-08 19:59:25 +05:00
parent 0a412a0060
commit a4c046a841
55 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,10 @@
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;
}
}