Guest User

Untitled

a guest
Nov 19th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. BiomeCache : Cache {
  2. ...
  3. Dictionary<string, Dictionary<string, List<BiomeObject>>> objects
  4. ...
  5. }
  6.  
  7. List<BiomeObjects> retrieveObjects(string type, Dictionary<string, string> args) { ... }
Add Comment
Please, Sign In to add comment