コード例 #1
0
 public Trigger(Parser.Item item)
 {
     //throw new NotImplementedException();
 }
コード例 #2
0
 public WieghtMultiplier(Parser.Item item)
 {
     this.item = item;
 }
コード例 #3
0
 internal void Add(Parser.Item item)
 {
 }
コード例 #4
0
 public MeanTimeToHappen(Parser.Item item)
 {
     this.item = item;
 }
コード例 #5
0
 public Command(Parser.Item item)
 {
 }