mergemilitary/Assets/ThirdPlugins/EasyTouchBundle/EasyTouch/Examples/4.X/GameExemple/RunBall/Ball.cs

9 lines
125 B
C#
Raw Normal View History

2022-05-23 13:39:59 +00:00
using UnityEngine;
using System.Collections;
public class Ball : MonoBehaviour {
// Update is called once per frame
}