Files

7 lines
104 B
C#

using UnityEngine;
public class SkillPredict : MonoBehaviour
{
public ParticleSystem PredictVFX;
}