tankcr

cards

Jun 17th, 2014
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public class Cards
  2. {
  3. public List<Card> tableData;
  4.  
  5. public List<Card> TableData
  6. {
  7. get { return tableData; }
  8. set { tableData = value; }
  9. }
  10.  
  11. public Cards()
  12. {
  13.  
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment