Пример #1
0
 /// <summary>
 ///
 /// </summary>
 private void Start()
 {
     //provides access to the stackmodel and stackdisplay for running their function
     _model   = GetComponent <StackModelManager>();
     _display = GetComponent <StackDisplay>();
 }
 /// <summary>
 ///
 /// </summary>
 private void Start()
 {
     _model   = GetComponent <StackModel>();
     _display = GetComponent <StackDisplay>();
 }