예제 #1
0
파일: CLogin.cs 프로젝트: ifpi98/GhostSword
 // Use this for initialization
 void Start()
 {
     _cscenes = gameObject.GetComponent <CScenes>();
     if (user_id != null && user_passwd != null)
     {
         _idText.text  = user_id;
         _pwdText.text = user_passwd;
     }
 }
예제 #2
0
파일: CLogin.cs 프로젝트: ifpi98/GhostSword
 // Use this for initialization
 void Start()
 {
     _cscenes = gameObject.GetComponent<CScenes>();
     if (user_id != null && user_passwd != null)
     {
         _idText.text = user_id;
         _pwdText.text = user_passwd;
     }
 }
예제 #3
0
파일: CJoin.cs 프로젝트: ifpi98/GhostSword
 // Use this for initialization
 void Start()
 {
     _cscenes = gameObject.GetComponent <CScenes>();
 }
예제 #4
0
파일: CJoin.cs 프로젝트: ifpi98/GhostSword
 // Use this for initialization
 void Start()
 {
     _cscenes = gameObject.GetComponent<CScenes>();
 }