mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-toys-and-masturbation.git
synced 2024-08-15 00:43:44 +00:00
22 lines
521 B
C#
22 lines
521 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using Verse;
|
|
|
|
namespace RJW_ToysAndMasturbation {
|
|
|
|
[StaticConstructorOnStartup]
|
|
public static class SexToyUtility {
|
|
|
|
public static bool isRJWAnimationsLoaded = false;
|
|
|
|
static SexToyUtility() {
|
|
if(LoadedModManager.RunningMods.Any((ModContentPack x) => x.Name == "Rimworld-Animations")) {
|
|
isRJWAnimationsLoaded = true;
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|