mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
Rename source folder
This commit is contained in:
parent
0a412a0060
commit
a4c046a841
55 changed files with 0 additions and 0 deletions
10
Source/RJWSexperience/Virginity/TraitDegree.cs
Normal file
10
Source/RJWSexperience/Virginity/TraitDegree.cs
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue