using RimWorld; using rjw; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Rimworld_Animations { [DefOf] public static class VoiceDefOf { static VoiceDefOf() { DefOfHelper.EnsureInitializedInCtor(typeof(VoiceDefOf)); } public static VoiceDef Voice_HumanMale; public static VoiceDef Voice_HumanFemale; } }