Exemplo n.º 1
0
 public static void LoadDefaultPrice(Player player)
 {
     player.ClearPrice();
     player.AddToPrice("JP03", false, "0", '=', 1);
     player.AddToPrice("WQ04", false, "0", '=', 2);
     player.AddToPrice("WQ04", true, "0", '=', 2);
     player.AddToPrice("JPH4", false, "0", '=', 2);
 }