mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-toys-and-masturbation.git
synced 2024-08-15 00:43:44 +00:00
Add project files.
This commit is contained in:
parent
d2dbc71d94
commit
39924e2af5
17 changed files with 487 additions and 0 deletions
22
Source/Utils/SexToyUtility.cs
Normal file
22
Source/Utils/SexToyUtility.cs
Normal file
|
@ -0,0 +1,22 @@
|
|||
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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue