15 lines
308 B
Lua
15 lines
308 B
Lua
--[[ Copyright (c) 2019 - 2023 Picklock
|
|
* Part of Picklocks Inserter
|
|
* data.lua
|
|
* Version 1.110.6.54
|
|
*
|
|
* See LICENSE.MD in the project directory for license information.
|
|
--]]
|
|
|
|
myModName="__Picks-Inserter__"
|
|
|
|
require("prototypes.selector")
|
|
require("prototypes.mark")
|
|
require("prototypes.custom-inputs")
|
|
|