mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
205ac07f40
removed dev anim testing code (causing only Cowgirl to play)
22 lines
428 B
C#
22 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>) {
|
|
|
|
}
|
|
|
|
}
|
|
}*/
|