Exemple #1
0
 void Remove()
 {
     if (!heap.inProgress && !heap.Empty())
     {
         heap.StartCoroutine("RemoveMin");
     }
 }