semen on orgasm sfx

removed dev anim testing code (causing only Cowgirl to play)
This commit is contained in:
Platinum 2020-04-28 22:24:28 -07:00
parent 1707afaa4d
commit 205ac07f40
5 changed files with 34 additions and 2 deletions

View file

@ -0,0 +1,22 @@
/*
* 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>) {
}
}
}*/