protected override void Start() { base.Start(); contents = GetComponentInChildren<RelativeScaling>() as RelativeScaling; }
override protected void Start() { base.Start(); contents = GetComponentInChildren <RelativeScaling>() as RelativeScaling; }