Inheritance: ICancelable
コード例 #1
0
ファイル: TaskChain.cs プロジェクト: wooga/ps_social_jam
 public void AddTask(AsyncTask task)
 {
     _tasks.Add(task);
 }