forked from zxl/LaboratoryProtection
22 lines
327 B
C#
22 lines
327 B
C#
|
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()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
}
|