Esempio n. 1
0
 private void Awake()
 {
     _instance = this;
 }
 private void LogScreen(string condition, string stackTrace, LogType type)
 {
     StillMessageManager.Show(condition);
 }