1
0
Fork 0
LaboratoryProtection/Assets/UnityTest/_2实验室的防护与应急/Scripts/Page/Page2.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 _2
{
public class Page2 : Page
{
private void Start()
{
}
}
}