Guest User

Untitled

a guest
Jul 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. using System;
  2.  
  3. namespace TwitchGambleAnalysis
  4. {
  5. public class Gamble
  6. {
  7. public string Message { get; set; }
  8. public int Amount { get; set; }
  9. public bool Win { get; set; }
  10. public string VideoID { get; set; }
  11. public DateTime Time { get; set; }
  12. }
  13. }
Add Comment
Please, Sign In to add comment