示例#1
0
 public void ConstructCard(string[] data, CardBuilder cardBuilder, string type)
 {
     cardBuilder.SetFields(data, type);
 }