17 lines
259 B
C#
17 lines
259 B
C#
namespace Content.Shared._Amour.Hole;
|
|
|
|
public enum GenitalVisualLayers : byte
|
|
{
|
|
ButtBehind,
|
|
BreastBehind,
|
|
VaginaBehind,
|
|
TesticlesBehind,
|
|
DickBehind,
|
|
|
|
ButtFront,
|
|
BreastFront,
|
|
VaginaFront,
|
|
TesticlesFront,
|
|
DickFront,
|
|
}
|