Guest User

Untitled

a guest
Jun 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     items = new System.Collections.Generic.HashSet.<System.String>();
  2.     inv = new System.Collections.Generic.HashSet.<System.String>();
  3.  
  4.  
  5.     // items through the game
  6.     items.Add("Apple");
  7.     items.Add("Condom");
  8.     items.Add("Bottle of Vodka");
  9.     items.Add(".50 Hand Gun");
Add Comment
Please, Sign In to add comment