Files
OldThink/Content.Shared/_Amour/Hole/GenitalVisualLayers.cs

17 lines
259 B
C#
Raw Permalink Normal View History

2024-02-14 23:27:46 +03:00
namespace Content.Shared._Amour.Hole;
public enum GenitalVisualLayers : byte
{
ButtBehind,
BreastBehind,
VaginaBehind,
TesticlesBehind,
DickBehind,
ButtFront,
BreastFront,
VaginaFront,
TesticlesFront,
DickFront,
}