Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     wp = GameObject.Find ("Play_GameController").GetComponent<play_Wrapper> ();
     gc = GameObject.Find ("Play_GameController").GetComponent<Play_GameController> ();
     tc = GameObject.Find ("TitleController").GetComponent<TitleController> ();
     sp = this.GetComponent<SpriteRenderer> ();
     turn_p = -1;
 }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     wp = GameObject.Find ("Play_GameController").GetComponent<play_Wrapper> ();
     gc = GameObject.Find ("Play_GameController").GetComponent<Play_GameController> ();
     t = this.GetComponent<Text> ();
 }
Ejemplo n.º 3
0
 // Use this for initialization
 void Start()
 {
     gc = GameObject.Find ("Play_GameController").GetComponent<Play_GameController> ();
     pb = this.GetComponent<PosBox> ();
     n = null;
 }
Ejemplo n.º 4
0
 // Use this for initialization
 void Start()
 {
     tc = GameObject.Find ("TitleController").GetComponent<TitleController> ();
     gc = this.GetComponent<Play_GameController> ();
     turn = 0;
     turn_p = -1;
     names [0] = "マッチング中...";
     names [1] = "マッチング中...";
 }
Ejemplo n.º 5
0
 // Use this for initialization
 void Start()
 {
     gc = GameObject.Find ("Play_GameController").GetComponent<Play_GameController> ();
     move = GameObject.Find ("Play_GameController").GetComponent<MoveTypeSc> ();
     posbox = this.GetComponent<PosBox> ();
 }
Ejemplo n.º 6
0
 // Use this for initialization
 void Start()
 {
     gc = GameObject.Find("Play_GameController").GetComponent<Play_GameController> ();
 }
Ejemplo n.º 7
0
 // Use this for initialization
 void Start()
 {
     gc     = GameObject.Find("Play_GameController").GetComponent <Play_GameController> ();
     move   = GameObject.Find("Play_GameController").GetComponent <MoveTypeSc> ();
     posbox = this.GetComponent <PosBox> ();
 }
Ejemplo n.º 8
0
 void Start()
 {
     gc = this.GetComponent<Play_GameController> ();
     tc = GameObject.Find ("TitleController").GetComponent<TitleController> ();
 }
Ejemplo n.º 9
0
 // Use this for initialization
 void Start()
 {
     wp = GameObject.Find("Play_GameController").GetComponent <play_Wrapper> ();
     gc = GameObject.Find("Play_GameController").GetComponent <Play_GameController> ();
     t  = this.GetComponent <Text> ();
 }
Ejemplo n.º 10
0
Archivo: GET.cs Proyecto: gan3ma/Client
 // Use this for initialization
 void Start()
 {
     gc = GameObject.Find("Play_GameController").GetComponent <Play_GameController> ();
     pb = this.GetComponent <PosBox> ();
     n  = null;
 }