예제 #1
0
 public void SetWindowMassage(string word, configDelegate config, configDelegate cancel = null)
 {
     messageText.text = word;
     this.config      = config;
     this.cancel      = cancel;
 }
예제 #2
0
 public void SetWindowMassage(string word, configDelegate config)
 {
     messageText.text = word;
     this.config      = config;
 }