Module:Dice: Difference between revisions

152 bytes removed ,  21:29, 19 August 2019
m
remove now-unnecessary header comment
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