1
This commit is contained in:
@@ -199,6 +199,7 @@ arg2.Inject(this);
|
||||
{
|
||||
_returnButton.clicked += UXService.Return;
|
||||
_exitButton.clicked +=()=> _gameMapService.StopMapAsync().Forget();
|
||||
_exitButton.clicked += UXService.Entry<IUXLobby>;
|
||||
|
||||
_enableChsToggle.RegisterValueChangedCallback(x =>
|
||||
{
|
||||
|
@@ -131,7 +131,10 @@ namespace Net.Like.Xue.Tokyo.UX
|
||||
|
||||
private void OnMapChanged(Guid arg1, string arg2)
|
||||
{
|
||||
UXService.Entry<IUXHud>();
|
||||
if (string.IsNullOrEmpty(arg2) is false)
|
||||
{
|
||||
UXService.Entry<IUXHud>();
|
||||
}
|
||||
}
|
||||
|
||||
protected override string DocumentPath => "ux_hud";
|
||||
|
Reference in New Issue
Block a user