mirror of
https://gitgud.io/AbstractConcept/privacy-please.git
synced 2024-08-15 00:03:18 +00:00
599475390a
This reverts commit 127206926b
.
13 lines
243 B
C#
13 lines
243 B
C#
namespace Privacy_Please
|
|
{
|
|
public enum ReactionToSexDiscovery
|
|
{
|
|
Approval = 1,
|
|
Acceptance = 0,
|
|
Discomfort = -1,
|
|
Outrage = -2,
|
|
Panick = -3,
|
|
Nauseated = -3,
|
|
Random = -99,
|
|
}
|
|
}
|