@deafwave/osrs-botmaker-types 0.7.35 → 0.7.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1638,7 +1638,7 @@ declare namespace net.runelite.api {
1638
1638
  *
1639
1639
  * @return the types for current world
1640
1640
  */
1641
- getWorldType(): Set<WorldType>;
1641
+ getWorldType(): EnumSet<WorldType>;
1642
1642
 
1643
1643
  /**
1644
1644
  * Get the camera mode
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deafwave/osrs-botmaker-types",
3
- "version": "0.7.35",
3
+ "version": "0.7.36",
4
4
  "author": {
5
5
  "name": "Chandler Ferry",
6
6
  "url": "https://github.com/ChandlerFerry"