예제 #1
0
파일: PlayingHud.cs 프로젝트: lvyitian/Alex
        public void Unload()
        {
            Chat.Unload();

            Alex.Services.GetRequiredService <IEventDispatcher>().UnregisterEvents(_tipPopupComponent);
        }
예제 #2
0
 public void Unload()
 {
     Chat.Unload();
 }