1
0
Fork 0
LaboratoryProtection/Assets/UnityTest/功能模块/_1模块选择/Scripts/TestPage.cs

10 lines
111 B
C#
Raw Permalink Normal View History

2023-09-12 15:55:51 +08:00
using PMaker.Await;
using PMaker.UI;
public class TestPage : Page
{
private void Start()
{
}
}