Exemple #1
0
 public override void OnInit()
 {
     base.OnInit();
     place = new UIPlaces();
     place.LoadPlace(DictionaryExtension.TryGet <GameFabs, string>(GamefabPathDict, GameFabs.Cube));
 }
Exemple #2
0
 private void Start()
 {
     place = new UIPlaces();
 }