Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.73 KB | None | 0 0
  1.  
  2.         public double lp_boost_win_mult { get; set; }
  3.         public double exp_boost_win_mult { get; set; }
  4.         public int result_id { get; set; }
  5.         public int decision_type { get; set; }
  6.         public bool decided { get; set; }
  7.         public int random_number { get; set; }
  8.         public int? case_id { get; set; }
  9.         public string item_img { get; set; }
  10.         public string item_name { get; set; }
  11.         public double new_price { get; set; }
  12.         public string status { get; set; }
  13.         public int status_type { get; set; }
  14.         public int i_type { get; set; }
  15.         public int count_matches { get; set; }
  16.         public int duration { get; set; }
  17.         public int seconds_to_sell { get; set; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement