using System.Collections; using System.Collections.Generic; using UnityEngine; namespace MoreMountains.Feel { /// /// A class used to identify the ball in Feel's Strike demo /// public class StrikeBall : MonoBehaviour { } }