Module:Dice: Difference between revisions

m get up to date with repo version
m remove now-unnecessary header comment
Line 1: Line 1:
--[[
    Dice.lua
    The core repository and documentation for this Lua module can be found at:
    https://bitbucket.org/HeladoDeBrownie/dice/
--]]
local Dice = {}
local Dice = {}
Dice.__index = Dice
Dice.__index = Dice