using System.Collections; using System.Collections.Generic; using UnityEngine; namespace JBooth.MicroVerseCore { public class FalloffOverride : MonoBehaviour { public FalloffFilter filter; } }