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