fix build compile errors
This commit is contained in:
parent
4809e7cfa0
commit
452faae79a
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
using UnityEditor.Animations;
|
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace gay.lilyy.platformspecificfx
|
namespace gay.lilyy.platformspecificfx
|
||||||
|
|
@ -6,8 +5,8 @@ namespace gay.lilyy.platformspecificfx
|
||||||
[AddComponentMenu("LillithRosePup/Platform Specific FX")]
|
[AddComponentMenu("LillithRosePup/Platform Specific FX")]
|
||||||
public class PlatformSpecificFX : MonoBehaviour, VRC.SDKBase.IEditorOnly
|
public class PlatformSpecificFX : MonoBehaviour, VRC.SDKBase.IEditorOnly
|
||||||
{
|
{
|
||||||
public AnimatorController desktop;
|
public RuntimeAnimatorController desktop;
|
||||||
public AnimatorController mobile;
|
public RuntimeAnimatorController mobile;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue