Пример #1
0
 public void LogOut()
 {
     if (_twitterGate != null)
     {
         _twitterGate.LogOut();
     }
     else
     {
         Debug.Log("SPTwitter.Init should be called before SPTwitter.LogOut");
     }
 }