Guest User

Untitled

a guest
Apr 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.67 KB | None | 0 0
  1. class LotComps{
  2.  
  3.  
  4.             private int LineOne;
  5.             private int LineTwo;
  6.             private int LineThree;
  7.             private int LineFour;
  8.             private float WinMultiplier;
  9.             private float PlayerCash;
  10.  
  11. public Lot(){
  12.             int LineOne = 0;
  13.             int LineTwo = 0;
  14.             int LineThree = 0;
  15.             int LineFour = 0;
  16.             float WinMultiplier = 0;
  17.         }
  18.  
  19.  
  20. public void setLineOne(int LineOne){
  21.     this.LineOne = LineOne;
  22. }
  23. public void setLineTwo(int LineTwo){
  24.     this.LineTwo = LineTwo;
  25. }
  26. public void setLineThree(int LineThree){
  27.     this.LineThree = LineThree;
  28. }
  29. public void setLineFour(int LineFour){
  30.     this.LineFour = LineFour;
  31. }
  32. public void setWin(float WinMultiplier){
  33.     this.LineFour = LineFour;
  34. }
Add Comment
Please, Sign In to add comment