源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 line
161 B

  1. Config = Config or {}
  2. Config.Monoprice = {
  3. [1] = {count = 1,price = 50},
  4. [2] = {count = 2,price = 100},
  5. [3] = {count = 3,price = 150},
  6. }