2025-07-02 10:24:01 +08:00
|
|
|
|
using HK;
|
|
|
|
|
|
|
|
|
|
namespace Runtime.Produce
|
|
|
|
|
{
|
|
|
|
|
public class StartGameProcedure : ProcedureBase
|
|
|
|
|
{
|
|
|
|
|
public override void Init()
|
|
|
|
|
{
|
|
|
|
|
base.Init();
|
2025-08-20 11:14:21 +08:00
|
|
|
|
// UIManager.Instance.ShowUIOnly(nameof(HomeUI));
|
2025-07-02 10:24:01 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|