This repository has been archived by the owner on May 3, 2021. It is now read-only.
- Added a new generic type object to AppData (variable called object). It is an additional variable that you can use for your own needs. If you need multiple variables, create a new wrapper object (new type) to hold those variables. Can be used with
getObject()
andsetObject(Object)
, where Object is any type.