Beispiel #1
0
 private void Awake()
 {
     iglooPropertiesCards  = new Dictionary <long, IglooPropertiesCard>();
     progressionData       = new List <IglooSlotProgressionData>();
     iglooCreateButtonList = new List <IglooCreateButton>();
     eventDispatcher       = Service.Get <EventDispatcher>();
     dataEntityCollection  = Service.Get <CPDataEntityCollection>();
     iglooService          = Service.Get <INetworkServicesManager>().IglooService;
     progressionService    = Service.Get <ProgressionService>();
     stateController       = ClubPenguin.Core.SceneRefs.Get <IglooUIStateController>();
     igloosCount           = 3;
     createButtonCount     = 3;
 }
 public void Init(IglooUIStateController stateController)
 {
     this.stateController = stateController;
 }