Esempio n. 1
0
 void Start()
 {
     ac   = GetComponent <AttachControl>();
     at   = GetComponent <Attachment>();
     pm   = GetComponent <PlayerMove>();
     move = false;
     transform.rotation = Quaternion.identity;
 }
Esempio n. 2
0
 void Start()
 {
     GetComponent <EditorMode>().enabled = false;
     bm      = GetComponent <BlockMove>();
     ac      = GetComponent <AttachControl>();
     delta   = Manager.delta;
     control = true;
     DefaultOnControl();
 }