Пример #1
0
 void Awake()
 {
     if (_instance == null) {
         requestCallbacks = new Dictionary<string,Action<IDictionary>> ();
         _instance = this;
     }
 }
Пример #2
0
 void Awake()
 {
     if (_instance == null)
     {
         requestCallbacks = new Dictionary <string, Action <IDictionary> > ();
         _instance        = this;
     }
 }