Exemplo n.º 1
0
 public void RpcShowChat(string chatMsg)
 {
     chatBubble.SetText(chatMsg);
     chatBubble.ShowBubble(2.5f);
     emojiBubble.StopTween();
 }