private void OnButtonClick()
 {
     PlayerPrefsWrapper.Set(IntPrefs.session_id, _sessionId);
     SessionInfoPanel.DrawPanel(SessionScrollList.GetSessionById(_sessionId));
 }
Exemple #2
0
 private void Awake()
 {
     _instance       = this;
     _lastUpdateTime = Time.time;
     PlayerPrefsWrapper.IntPrefsChanged += PrefsChanged;
 }