コード例 #1
0
 public override void init()
 {
     instance = this;
     this.gameObject.SetActive(false);
 }
コード例 #2
0
ファイル: a3_funcopen.cs プロジェクト: atom-chen/rongyaojt
 public override void init()
 {
     a3_funcopen.instance = this;
     base.gameObject.SetActive(false);
 }