mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
patch operation add or replace
This commit is contained in:
parent
c3a93a448f
commit
d04ad49393
4 changed files with 75 additions and 8 deletions
|
@ -65,6 +65,7 @@
|
|||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="1.3\Source\Utilities\PatchOperationAddOrReplace.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="1.3\Source\Actors\Actor.cs" />
|
||||
<Compile Include="1.3\Source\Actors\AlienRaceOffset.cs" />
|
||||
|
@ -76,7 +77,7 @@
|
|||
<Compile Include="1.3\Source\Animations\Keyframes\Keyframe.cs" />
|
||||
<Compile Include="1.3\Source\Animations\Keyframes\PawnKeyframe.cs" />
|
||||
<Compile Include="1.3\Source\Animations\Keyframes\ThingKeyframe.cs" />
|
||||
<Compile Include="1.3\Source\AnimationUtility.cs" />
|
||||
<Compile Include="1.3\Source\Utilities\AnimationUtility.cs" />
|
||||
<Compile Include="1.3\Source\Comps\CompBodyAnimator.cs" />
|
||||
<Compile Include="1.3\Source\Comps\CompProperties_BodyAnimator.cs" />
|
||||
<Compile Include="1.3\Source\Comps\CompProperties_ThingAnimator.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue