public void Init()
 {
     this.TObject = Traverable_Player.GetInstance;
     wait_check   = new CD_box(0.05f);
     collider2Ds  = new Collider2D[20];
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     //由A→B→A是两次
     Cd_Control = new CD_box(Loop_Time * 2);
 }