1
0
Fork 0
LaboratoryProtection/Assets/UnityTest/_1实验室危险源/Scripts/Page/Page1.cs

22 lines
327 B
C#
Raw Normal View History

2023-09-12 15:55:51 +08:00
using Cysharp.Threading.Tasks;
using MessagePipe;
using PMaker.DependencyInjection;
using PMaker.Extension;
using PMaker.MessagePipe;
using PMaker.UI;
using UniRx;
using UnityEngine.AddressableAssets;
namespace _1
{
public class Page1 : Page
{
private void Start()
{
}
}
}