2020-11-28 16:54:41 +02:00

10 lines
142 B
C#

namespace Oculus.Platform.Samples.VrHoops
{
using UnityEngine;
using System.Collections;
public class BallEjector : MonoBehaviour {
}
}