// Use this for initialization void Start() { periodGroup = (PeriodGroup)periodGroupHolder.GetComponent(typeof(PeriodGroup)); personSet = (PersonSetModel)personSetHolder.GetComponent(typeof(PersonSetModel)); setCurrentPeriod(); }
// Use this for initialization void Start() { observed = (PersonSetModel)personSetHolder.GetComponent(typeof(PersonSetModel)); }