mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-04 19:09:23 +00:00
ml_prm: fix compile
This commit is contained in:
parent
b36fbe99d8
commit
155e4ae2ec
4 changed files with 7 additions and 3 deletions
|
@ -32,9 +32,9 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<!-- Hack! MelonLoader is locking the Mod files, this way I can build and output the mod dll with the game running -->
|
||||
<!-- <Target Name="DeleteOutputDLLIfExists" BeforeTargets="BeforeBuild"> -->
|
||||
<!-- <Exec Command="if exist "$(OutputPath)$(TargetName).dll" del /F /Q "$(OutputPath)$(TargetName).dll"" /> -->
|
||||
<!-- </Target> -->
|
||||
<Target Name="DeleteOutputDLLIfExists" BeforeTargets="BeforeBuild">
|
||||
<Exec Command="if exist "$(OutputPath)$(TargetName).dll" del /F /Q "$(OutputPath)$(TargetName).dll"" />
|
||||
</Target>
|
||||
|
||||
<!-- Import all CVR and MelonLoader Managed Refs -->
|
||||
<Import Project="References.Items.props" />
|
||||
|
|
|
@ -5,6 +5,7 @@ using ABI_RC.Core.Player;
|
|||
using ABI_RC.Core.Savior;
|
||||
using ABI_RC.Systems.Movement;
|
||||
using UnityEngine;
|
||||
using Object = UnityEngine.Object;
|
||||
|
||||
namespace ml_prm
|
||||
{
|
||||
|
|
|
@ -12,6 +12,7 @@ using RootMotion.FinalIK;
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using Object = UnityEngine.Object;
|
||||
|
||||
namespace ml_prm
|
||||
{
|
||||
|
|
2
ml_prm/vendor/RootMotion/.gitignore
vendored
Normal file
2
ml_prm/vendor/RootMotion/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
PuppetMaster
|
||||
RagdollManager
|
Loading…
Add table
Add a link
Reference in a new issue