コード例 #1
0
ファイル: Task.cs プロジェクト: MrJohnWeez/Logical_Tanks
 /// <summary> Discontinues execution of the coroutine at its next yield. </summary>
 public void Stop()
 {
     task.Stop();
 }