This commit is contained in:
parent
01eea00395
commit
7c296885b4
|
@ -21,7 +21,7 @@ public class UI_CustomSessionPanel : BasePanel
|
||||||
this.triggerID = triggerID;
|
this.triggerID = triggerID;
|
||||||
callBack += _callBack;
|
callBack += _callBack;
|
||||||
GetControl<TextMeshProUGUI>("ClientText_DialogBox").text = clientTalk /*"好的"*/;
|
GetControl<TextMeshProUGUI>("ClientText_DialogBox").text = clientTalk /*"好的"*/;
|
||||||
UItext.text = GetControl<TextMeshProUGUI>("ClientText_DialogBox").text;
|
UItext = GetControl<TextMeshProUGUI>("ClientText_DialogBox");
|
||||||
StartTypewriterEffect();
|
StartTypewriterEffect();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ public class UI_PlayerSessionPanel : BasePanel
|
||||||
this.triggerID = triggerID;
|
this.triggerID = triggerID;
|
||||||
callBack += _callBack;
|
callBack += _callBack;
|
||||||
GetControl<TextMeshProUGUI>("PlayerText_DialogBox").text = clientTalk /*"ºÃµÄ"*/;
|
GetControl<TextMeshProUGUI>("PlayerText_DialogBox").text = clientTalk /*"ºÃµÄ"*/;
|
||||||
UItext.text = GetControl<TextMeshProUGUI>("PlayerText_DialogBox").text;
|
UItext = GetControl<TextMeshProUGUI>("PlayerText_DialogBox");
|
||||||
StartTypewriterEffect();
|
StartTypewriterEffect();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue