void Start()
 {
     listUserInfo = new List <UserInfo>();
     isConnection = ConnectInternet.IsInternetConnection() && Attributes.IsLogginFacebook();
     if (!isConnection)
     {
         meInfo       = GetMeInfo();
         listUserInfo = RandomData();
     }
 }
示例#2
0
 void Awake()
 {
     instance = this;
 }