예제 #1
0
파일: NameFleam.cs 프로젝트: gan3ma/Client
 // 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;
 }
예제 #2
0
파일: NamePleat.cs 프로젝트: gan3ma/Client
 // 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> ();
 }
예제 #3
0
파일: MOVE.cs 프로젝트: gan3ma/Client
 // Use this for initialization
 void Start()
 {
     gc = GameObject.Find ("Play_GameController").GetComponent<Play_GameController> ();
     pb = this.GetComponent<PosBox> ();
     n = null;
 }
예제 #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] = "マッチング中...";
 }
예제 #5
0
파일: Flyer.cs 프로젝트: gan3ma/Client
 // 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> ();
 }
예제 #6
0
파일: CursorSc.cs 프로젝트: gan3ma/Client
 // Use this for initialization
 void Start()
 {
     gc = GameObject.Find("Play_GameController").GetComponent<Play_GameController> ();
 }
예제 #7
0
파일: knight.cs 프로젝트: gan3ma/Client
 // 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> ();
 }
예제 #8
0
파일: MoveTypeSc.cs 프로젝트: gan3ma/Client
 void Start()
 {
     gc = this.GetComponent<Play_GameController> ();
     tc = GameObject.Find ("TitleController").GetComponent<TitleController> ();
 }
예제 #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> ();
 }
예제 #10
0
파일: GET.cs 프로젝트: gan3ma/Client
 // Use this for initialization
 void Start()
 {
     gc = GameObject.Find("Play_GameController").GetComponent <Play_GameController> ();
     pb = this.GetComponent <PosBox> ();
     n  = null;
 }