/*// using System; // using System.Collections.Generic; // using System.IO; // // namespace ET.Client // { // [Event(SceneType.StateSync)] // public class EntryEvent3_InitClient: AEvent // { // protected override async ETTask Run(Scene root, EntryEvent3 args) // { // root.AddComponent(); // root.AddComponent(); // root.AddComponent(); // root.AddComponent(); // root.AddComponent(); // root.AddComponent(); // // await EventSystem.Instance.PublishAsync(root, new AppStartInitFinish()); // } // } // }*/