public override void init()
 {
     instance = this;
     this.gameObject.SetActive(false);
     x = -76f;
     y = -255f;
 }
Example #2
0
 public override void init()
 {
     a3_skillopen.instance = this;
     base.gameObject.SetActive(false);
     this.x = -76f;
     this.y = -255f;
 }