Esempio n. 1
0
 public static void DeployDialogueBubble(IDialogueBubble dialogueBubble)
 {
     dialogueBubble.Show();
 }
Esempio n. 2
0
 public static void DeploySpeechBubble(IDialogueBubble speechBubble)
 {
     speechBubble.Show();
 }