コード例 #1
0
 private void OnOpen(object sender, EventArgs e)
 {
     BoyApp.PushEvent(delegate(){
         this._callback(true);
     });
 }
コード例 #2
0
 void Awake()
 {
     Instance = this;
     Initialize();
 }