Advertisement
Guest User

Untitled

a guest
May 28th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. // Method to return a cards facevalue
  2. public FaceValue GetFaceValue()
  3. {
  4. return faceValue;
  5. }
  6.  
  7. //Method to return a cards suit value
  8. public Suit GetSuit()
  9. {
  10. return suit;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement