Пример #1
0
 void Init()
 {
     if (eventDictionary == null)
     {
         eventDictionary = new Dictionary <string, UnityEvent>();
     }
     deathMenuScr.SetUp();
 }