// public PasswordManager passwordManager;
 public void Awake()
 {
     authManager  = new LambdaWorkoutHistory();
     fbController = new FBController(authManager);
     HideAll();
     CheckLogin();
 }
Пример #2
0
 void Start()
 {
     InteroEventManager.GetEventManager().AddListener((IListenerErg)this);
     InteroEventManager.GetEventManager().AddListener((IListenerWorkout)this);
     InteroEventManager.GetEventManager().AddListener((IListenerSegment)this);
     auth = cc.authManager;
 }