Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.36 KB | None | 0 0
  1. class Category_478 {
  2.  
  3.  
  4.     class 30Rnd_556x45_StanagSD {
  5.         type = "trade_items";
  6.         buy[] ={400,"Coins"};
  7.         sell[] ={200,"Coins"};
  8.     };
  9.  
  10.     class 100Rnd_127x99_M2 {
  11.         type = "trade_items";
  12.         buy[] ={100000,"Coins"};
  13.         sell[] ={25000,"Coins"};
  14.     };
  15.  
  16.     class 20Rnd_762x51_B_SCAR {
  17.         type = "trade_items";
  18.         buy[] ={600,"Coins"};
  19.         sell[] ={400,"Coins"};
  20.     };
  21. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement