// Use this for initialization void Start() { userInformationLightController = userInformation.GetComponent <UserInformationLightController>(); memoryScrollViewController = memoryController.GetComponent <MemoryScrollViewController>(); this.InitTask(); }
void Start() { userInformationLightController = userInformation.GetComponent <UserInformationLightController>(); this.InitTaskValues(); }
void Start() { userInformationLightController = userInformation.GetComponent <UserInformationLightController>(); }