15 lines
140 B
C#
15 lines
140 B
C#
using UnityEngine;
|
|
|
|
public class UI_Scene : MonoBehaviour
|
|
{
|
|
void Start()
|
|
{
|
|
|
|
}
|
|
|
|
void Update()
|
|
{
|
|
|
|
}
|
|
}
|