Esempio n. 1
0
 void ShowWake()
 {
     Invoke("ShowWakeAgain", 7f);
     info.ShowText("MILLIE", "WOKE UP");
     MessageSound();
     canMove = true;
 }