コード例 #1
0
ファイル: SequentialAction.cs プロジェクト: boyP/Patient
 public override bool IsFinished()
 {
     return(next == null && current.IsFinished());
 }