Migrate camera and spellq settings
This commit is contained in:
5
Cyka.lua
5
Cyka.lua
@@ -13,11 +13,16 @@ local addonname, shared = ...
|
||||
---@field DumpTable fun(table: table<any, any>, depth: number)
|
||||
---@field TableContains fun(table: table<any, any>, value: any): boolean
|
||||
---@field Autoloot Autoloot
|
||||
---@field CameraSettings CameraSettings
|
||||
---@field SpellQSettings SpellQSettings
|
||||
|
||||
|
||||
---@class CykaData
|
||||
|
||||
---@class CykaConfig
|
||||
---@field autoloot CykaAutolootConfig
|
||||
---@field camera { enabled: boolean, speed: number }
|
||||
---@field spellQueue { enabled: boolean, queue: number }
|
||||
|
||||
---@class CykaAutolootConfig
|
||||
---@field enabled boolean
|
||||
|
||||
Reference in New Issue
Block a user