Files
TEngine/Assets/TEngine/Runtime/GameMain.cs
ALEXTANG 2df234e999 内置UniTask
内置UniTask
2023-03-31 17:47:04 +08:00

19 lines
292 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GameMain : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}