Esempio n. 1
0
 public bool ShowDialogBubble(string text, int time)
 {
     if (null != mNameComponent)
     {
         return(mNameComponent.SetDialogBubbleText(text, time));
     }
     else
     {
         return(false);
     }
 }