コード例 #1
0
ファイル: TransitionSet.cs プロジェクト: thomas13335/smg
 public TransitionSet(ICondition c)
 {
     AddRange(c.GetTransitions());
 }