/* * 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) { } } }*/