12 lines
122 B
C#
12 lines
122 B
C#
using UnityEngine;
|
|
|
|
public class TestScript : MonoBehaviour
|
|
{
|
|
private void Start()
|
|
{
|
|
}
|
|
|
|
private void Update()
|
|
{
|
|
}
|
|
}
|