예제 #1
0
 public void StartReboot(StartRebootEvent e, Node any, [JoinAll] DownloadScreenNode screenNode)
 {
     screenNode.textMapping.Text = screenNode.launcherDownloadScreenText.RebootText;
 }
예제 #2
0
 public void StartDownload(StartDownloadEvent e, Node any, [JoinAll] DownloadScreenNode screenNode)
 {
     screenNode.textMapping.Text = screenNode.launcherDownloadScreenText.DownloadText;
 }