-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathInit.lua
More file actions
26 lines (22 loc) · 807 Bytes
/
Init.lua
File metadata and controls
26 lines (22 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
local _, addon = ...
--------------------
-- AceAddon Setup --
--------------------
---@class RatingBuster: AceAddon, AceConsole-3.0, AceEvent-3.0, AceBucket-3.0
RatingBuster = LibStub("AceAddon-3.0"):NewAddon("RatingBuster", "AceConsole-3.0", "AceEvent-3.0", "AceBucket-3.0")
RatingBuster.title = "Rating Buster"
--[===[@non-debug@
RatingBuster.version = "@project-version@"
--@end-non-debug@]===]
--@debug@
RatingBuster.version = "(development)"
--@end-debug@
addon.tocversion = select(4, GetBuildInfo())
---@class RatingBusterLocale
---@field numberPatterns table
---@field exclusions table
---@field separators table
---@field statPatterns { [Stat]: string[] }
---@field [string] string
---@class RatingBusterDefaultLocale : RatingBusterLocale
---@field [string] string|true