using UnityEngine; using System.Collections; public class HitEffectSettings : MonoBehaviour { public bool isLocal; public Vector3 originPos; }