9 lines
125 B
C#
9 lines
125 B
C#
|
|
using UnityEngine;
|
|||
|
|
using System.Collections;
|
|||
|
|
|
|||
|
|
public class Ball : MonoBehaviour {
|
|||
|
|
|
|||
|
|
// Update is called once per frame
|
|||
|
|
|
|||
|
|
}
|