Untitled
unknown
plain_text
3 years ago
1.6 kB
9
Indexable
private Dictionary<int, string> ToysTokens = new Dictionary<int, string>()
{
{100, ""},
{1000, ""},
{10000, ""},
{12000, ""},
{14000, ""},
{150, ""},
{1500, ""},
{16000, ""},
{18000, ""},
{200, ""},
{2000, ""},
{20000, ""},
{22000, ""},
{24000, ""},
{250, ""},
{2500, ""},
{26000, ""},
{28000, ""},
{300, ""},
{3000, ""},
{30000, ""},
{32000, ""},
{34000, ""},
{350, ""},
{3500, ""},
{36000, ""},
{38000, ""},
{400, ""},
{4000, ""},
{40000, ""},
{42000, ""},
{44000, ""},
{450, ""},
{4500, ""},
{46000, ""},
{48000, ""},
{50, ""},
{500, ""},
{5000, ""},
{50000, ""},
{550, ""},
{5500, ""},
{600, ""},
{6000, ""},
{650, ""},
{6500, ""},
{700, ""},
{7000, ""},
{750, ""},
{7500, ""},
{800, ""},
{8000, ""},
{850, ""},
{8500, ""},
{900, ""},
{9000, ""},
{950, ""},
{9500, ""},
};
Editor is loading...