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