コード例 #1
0
ファイル: GoalPredicate.cs プロジェクト: nofuture-git/31g
 public WaitEstimate(LenOfWait low)
 {
     Value = low;
     Name  = "WaitEstimate";
 }
コード例 #2
0
ファイル: GoalPredicate.cs プロジェクト: nofuture-git/31g
 public WaitEstimate(LenOfWait low)
 {
     Value = low;
     Name = "WaitEstimate";
 }