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