Example #1
0
    private void Start()
    {
        timeOfLastInput = Time.time;

        //StartCoroutine(TestOne());
        //StartCoroutine(TestTwo());

        //theSorter.theList.AnimatedInsertAtIndex(0, 10);
        //theSorter.AnimatedSort();

        theSorter.InitializeList();
        theSorter.AnimatedSort();
        //theSorter.Sort();
    }