- Stones
- Light Berries
- Sticky Fruit
- Boots of Speed
- Drai Companion
- Blob boss
- Teleportation Rune
- Pungent Fruit (though possible to get from drops before here)
- Power Ring
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//NOTE - Find TJSON here: https://github.com/martamius/TJSON | |
import tjson.TJSON; | |
/** | |
* Credit (branched from code at): http://stackoverflow.com/questions/11074340/can-you-deserialize-a-json-string-to-a-class-instance-with-haxe | |
* (As of 2/8/2014, the following solution can be found as an updated answer there as well) | |
*/ | |
class EXTJsonSerialization | |
{ | |
/** |