namespace ET.Client { [Event(SceneType.Process)] public class EntryEvent2_InitClient : AEvent { protected override async ETTask Run(Scene scene, ET.EventType.EntryEvent2 args) { Game.AddSingleton(); //加载战斗相关资源 Game.AddSingleton(); Game.AddSingleton(); Game.AddSingleton(); Game.AddSingleton(); Game.AddSingleton(); await ETTask.CompletedTask; } } }