Skip to content

Commit

Permalink
Fix class definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
projecteon committed Sep 12, 2022
1 parent 1cb42b3 commit 2cf2684
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions datatype/_class.lua
@@ -1,12 +1,12 @@
---@class class
---@field public CanCast boolean Can cast seplls, including Bard
---@field public ClericType boolean Cleric/Paladin?
---@field public DruidType boolean Druid/Ranger?
---@field public HealerType boolean Cleric/Druid/Shaman?
---@field public ID number The class's ID #
---@field public MercType boolean Mercenary?
---@field public Name string The long name, as in "Ranger"
---@field public NecromancerType boolean Necromancer/Shadow Knight?
---@field public PureCaster boolean Any one of: Cleric, Druid, Shaman, Necromancer, Wizard, Mage, Enchanter
---@field public ShamanType boolean Shaman/Beastlord?
---@field public ShortName string The short name as in "RNG"
---@field public CanCast fun(): boolean Can cast seplls, including Bard
---@field public ClericType fun(): boolean Cleric/Paladin?
---@field public DruidType fun(): boolean Druid/Ranger?
---@field public HealerType fun(): boolean Cleric/Druid/Shaman?
---@field public ID fun(): integer The class's ID #
---@field public MercType fun(): boolean Mercenary?
---@field public Name fun(): string The long name, as in "Ranger"
---@field public NecromancerType fun(): boolean Necromancer/Shadow Knight?
---@field public PureCaster fun(): boolean Any one of: Cleric, Druid, Shaman, Necromancer, Wizard, Mage, Enchanter
---@field public ShamanType fun(): boolean Shaman/Beastlord?
---@field public ShortName fun(): string The short name as in "RNG"

0 comments on commit 2cf2684

Please sign in to comment.