Repositories (2)

LoveMachine
4 snippets stored for this repo
namespace LoveMachine.Core.Buttplug
{
    public class Buttplug
    {
        private static int NewId => UnityEngine.Random.Range(0, int.MaxValue);
namespace LoveMachine.Core.Buttplug.Settings
{
    public class ConstrictSettings
    {
        public bool Enabled { get; set; } = true;
        public float PressureMin { get; set; } = 0f;
        public float PressureMax { get; set; } = 1f;
Python IconPython
"--websocket-port", "12345",
            "--use-device-websocket-server",
            "--device-websocket-server-port", str(wsdm_port),
            "--user-device-config-file", "./buttplug-user-device-config.json"
            ]
        self._intiface_process = subprocess.Popen(args)
        robot.api.logger.info("Started Intiface Engine")
protected override Transform PenisBase => throw new NotImplementedException();

        protected override Transform[] PenisBases => FindDeepChildrenByPath(hRoot, "Dildo");

        protected override int AnimationLayer => 0;
SexFaces
0 snippets stored for this repo