Add StdLib and Rank Table

This commit is contained in:
Cooldude2606
2017-07-01 17:20:18 +01:00
parent c96c7e85d8
commit aa3362d1ec
8 changed files with 412 additions and 6 deletions

View File

@@ -0,0 +1,23 @@
--[[
Explosive Gaming
This file can be used with permission but this and the credit below must remain in the file.
Contact a member of management on our discord to seek permission to use our code.
Any changes that you may make to the code are yours but that does not make the script yours.
Discord: https://discord.gg/XSsBV6b
The credit below may be used by another script do not remove.
]]
local credits = {{
name='ExpGaming - Rank Control Functions',
owner='Explosive Gaming',
dev='Cooldude2606',
description='The Core for the Rank Controls',
factorio_version='0.15.23',
show=true
}}
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
--Please Only Edit Below This Line-----------------------------------------------------------
--Please Only Edit Above This Line-----------------------------------------------------------
return credits