rimworld-animations/Source/Patches/rjwPatches/HarmonyPatch_DrawSemen.cs
Platinum 205ac07f40 semen on orgasm sfx
removed dev anim testing code (causing only Cowgirl to play)
2020-04-28 22:24:28 -07:00

23 lines
428 B
C#

/*
* Todo: Ask to make SemenSplatch and DrawSemen public
*
*
* using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using rjw;
using HarmonyLib;
namespace Rimworld_Animations {
[HarmonyPatch("DrawSemen")]
public static class HarmonyPatch_DrawSemen {
public static void Prefix(ref Dictionary<string, SemenSplatch>) {
}
}
}*/