using UnityEngine; namespace UltraCombos { public class GroundControl : MonoBehaviour { private void Start() { } private void Update() { } } }