Esempio n. 1
0
 private void Reset()
 {
     fields = new FieldManager();
     actors = actorDictionary.ToDictionary();
 }
Esempio n. 2
0
 private void Awake()
 {
     fields           = new FieldManager();
     actors           = actorDictionary.ToDictionary();
     UISystem.manager = this;
 }