示例#1
0
 public WeightAiPlayer(int orderId, WeightConfig weightConfig, string name) : base(orderId, name)
 {
     this.weightConfig = weightConfig;
 }
示例#2
0
 public WeightAiPlayer(int orderId, WeightConfig weightConfig) : base(orderId)
 {
     this.weightConfig = weightConfig;
 }