コード例 #1
0
ファイル: Panda.cs プロジェクト: gbdb71/mildred_unity
 void ShowWake()
 {
     Invoke("ShowWakeAgain", 7f);
     info.ShowText("MILLIE", "WOKE UP");
     MessageSound();
     canMove = true;
 }