|
|
@@ -1,6 +1,4 @@
|
|
|
-using System.Collections.Generic;
|
|
|
-
|
|
|
-namespace ET
|
|
|
+namespace ET
|
|
|
{
|
|
|
public struct EntryEvent1
|
|
|
{
|
|
|
@@ -43,6 +41,8 @@ namespace ET
|
|
|
|
|
|
// 创建需要reload的code singleton
|
|
|
CodeTypes.Instance.CreateCode();
|
|
|
+
|
|
|
+ await World.Instance.AddSingleton<ConfigLoader>().LoadAsync();
|
|
|
|
|
|
await FiberManager.Instance.Create(SchedulerType.Main, ConstFiberId.Main, 0, SceneType.Main, "");
|
|
|
}
|