This commit is contained in:
AbstractConcept 2022-11-04 08:52:17 -05:00
parent 55402b9891
commit 03e634e56c
36 changed files with 866 additions and 491 deletions

View file

@ -0,0 +1,10 @@
namespace Privacy_Please
{
public enum ReactionToSexAct
{
Approval = 1,
Acceptance = 0,
Discomfort = -1,
Outrage = -2,
}
}