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;
|
||||
|
||||
namespace gay.lilyy.platformspecificfx
|
||||
|
|
@ -6,8 +5,8 @@ namespace gay.lilyy.platformspecificfx
|
|||
[AddComponentMenu("LillithRosePup/Platform Specific FX")]
|
||||
public class PlatformSpecificFX : MonoBehaviour, VRC.SDKBase.IEditorOnly
|
||||
{
|
||||
public AnimatorController desktop;
|
||||
public AnimatorController mobile;
|
||||
public RuntimeAnimatorController desktop;
|
||||
public RuntimeAnimatorController mobile;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue