mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
commit
This commit is contained in:
parent
74a34b6f8d
commit
55ae1c5d10
29 changed files with 1387 additions and 28 deletions
|
@ -62,33 +62,33 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Actors\Actor.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Animations\AnimationStage.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Animations\Clips\BaseAnimationClip.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Animations\Clips\PawnAnimationClip.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Animations\Clips\ThingAnimationClip.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Animations\Keyframes\Keyframe.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Animations\Keyframes\PawnKeyframe.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Animations\Keyframes\ThingKeyframe.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\AnimationUtility.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Comps\CompBodyAnimator.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Comps\CompProperties_BodyAnimator.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Comps\CompProperties_ThingAnimator.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Comps\CompThingAnimator.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Defs\AnimationDef.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\JobDrivers\JobDriver_SexBaseRecieverLovedForAnimation.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\JobDrivers\JobDriver_SexCasualForAnimation.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\MainTabWindows\MainTabWindow_SexAnimator.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Patches\HarmonyPatch_AlienRace.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Patches\HarmonyPatch_FacialAnimation.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Patches\HarmonyPatch_PawnRenderer.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Patches\HarmonyPatch_Pawn_DrawTracker.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Patches\HarmonyPatch_ShowHairWithHats.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Patches\Harmony_PatchAll.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Patches\rjwPatches\HarmonyPatch_JobDriver_SexBaseInitiator.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Patches\rjwPatches\HarmonyPatch_JoinInBedGiveJob.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Patches\rjwPatches\HarmonyPatch_SexTick.cs" />
|
||||
<Compile Include="Source\Rimworld-Animations\Patches\rjwPatches\HarmonyPatch_WorkGiverSex.cs" />
|
||||
<Compile Include="Source\Actors\Actor.cs" />
|
||||
<Compile Include="Source\Animations\AnimationStage.cs" />
|
||||
<Compile Include="Source\Animations\Clips\BaseAnimationClip.cs" />
|
||||
<Compile Include="Source\Animations\Clips\PawnAnimationClip.cs" />
|
||||
<Compile Include="Source\Animations\Clips\ThingAnimationClip.cs" />
|
||||
<Compile Include="Source\Animations\Keyframes\Keyframe.cs" />
|
||||
<Compile Include="Source\Animations\Keyframes\PawnKeyframe.cs" />
|
||||
<Compile Include="Source\Animations\Keyframes\ThingKeyframe.cs" />
|
||||
<Compile Include="Source\AnimationUtility.cs" />
|
||||
<Compile Include="Source\Comps\CompBodyAnimator.cs" />
|
||||
<Compile Include="Source\Comps\CompProperties_BodyAnimator.cs" />
|
||||
<Compile Include="Source\Comps\CompProperties_ThingAnimator.cs" />
|
||||
<Compile Include="Source\Comps\CompThingAnimator.cs" />
|
||||
<Compile Include="Source\Defs\AnimationDef.cs" />
|
||||
<Compile Include="Source\JobDrivers\JobDriver_SexBaseRecieverLovedForAnimation.cs" />
|
||||
<Compile Include="Source\JobDrivers\JobDriver_SexCasualForAnimation.cs" />
|
||||
<Compile Include="Source\MainTabWindows\MainTabWindow_SexAnimator.cs" />
|
||||
<Compile Include="Source\Patches\HarmonyPatch_AlienRace.cs" />
|
||||
<Compile Include="Source\Patches\HarmonyPatch_FacialAnimation.cs" />
|
||||
<Compile Include="Source\Patches\HarmonyPatch_PawnRenderer.cs" />
|
||||
<Compile Include="Source\Patches\HarmonyPatch_Pawn_DrawTracker.cs" />
|
||||
<Compile Include="Source\Patches\HarmonyPatch_ShowHairWithHats.cs" />
|
||||
<Compile Include="Source\Patches\Harmony_PatchAll.cs" />
|
||||
<Compile Include="Source\Patches\rjwPatches\HarmonyPatch_JobDriver_SexBaseInitiator.cs" />
|
||||
<Compile Include="Source\Patches\rjwPatches\HarmonyPatch_JoinInBedGiveJob.cs" />
|
||||
<Compile Include="Source\Patches\rjwPatches\HarmonyPatch_SexTick.cs" />
|
||||
<Compile Include="Source\Patches\rjwPatches\HarmonyPatch_WorkGiverSex.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue