|
|
@@ -31,7 +31,6 @@ public class LoginMgr : MonoBehaviour
|
|
|
|
|
|
public static UserInfo myUserInfo = new UserInfo();
|
|
|
static int userInfo_version = 0;
|
|
|
- static bool firstComeIn = true;
|
|
|
|
|
|
int loginMode = 1;
|
|
|
|
|
|
@@ -56,11 +55,6 @@ public class LoginMgr : MonoBehaviour
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- void OnDestroy()
|
|
|
- {
|
|
|
- firstComeIn = false;
|
|
|
- }
|
|
|
-
|
|
|
InputField GetInputField(GameObject inputNode)
|
|
|
{
|
|
|
return inputNode.transform.Find("InputField").GetComponent<InputField>();
|