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