@deafwave/osrs-botmaker-types 0.7.2 → 0.7.3
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference path="../../../../../../src/types/java/index.d.ts" />
|
|
2
2
|
/// <reference path="../../../../../../src/types/runelite/index.d.ts" />
|
|
3
|
-
declare namespace net.runelite.api.
|
|
3
|
+
declare namespace net.runelite.api.widgets {
|
|
4
4
|
export class ComponentID {
|
|
5
5
|
static readonly ACHIEVEMENT_DIARY_CONTAINER = 16973826;
|
|
6
6
|
static readonly ACHIEVEMENT_DIARY_SCROLL_TEXT = 48562179;
|