fix build compile errors

This commit is contained in:
Lillith Rose 2026-02-04 23:41:25 -05:00
parent 4809e7cfa0
commit 452faae79a

View file

@ -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;
}
}