Kitty's first patch
This commit is contained in:
2
ambient.d.ts
vendored
2
ambient.d.ts
vendored
@@ -20,6 +20,7 @@ declare namespace LILY {
|
||||
zones: AssetGroupName[]
|
||||
craft: CraftingItem
|
||||
rgb: string[]
|
||||
speed: number
|
||||
timeout: NodeJS.Timeout | undefined
|
||||
set_rgb(item: Item, index: number): boolean
|
||||
next_rgb(): boolean
|
||||
@@ -28,6 +29,7 @@ declare namespace LILY {
|
||||
stop(): boolean
|
||||
dim(): boolean
|
||||
clear(): boolean
|
||||
set_speed(seconds: number): void
|
||||
check(zone: AssetGroupName): Item | undefined
|
||||
get item(): Item | undefined
|
||||
}
|
||||
|
Reference in New Issue
Block a user