Beispiel #1
0
 public BaseCostCondition <TUnit, Type> SetCost(Cost <Type> datas)
 {
     CostDatas = new List <Cost <Type> >();
     CostDatas.Add(datas);
     return(this);
 }