11 lines
336 B
Lua
11 lines
336 B
Lua
-- luacheck: ignore 111
|
|
|
|
--[[--
|
|
Barotrauma JobPrefab class with some additional functions and fields
|
|
|
|
Barotrauma source code: [JobPrefab.cs](https://github.com/evilfactory/LuaCsForBarotrauma/blob/master/Barotrauma/BarotraumaShared/SharedSource/Characters/Jobs/JobPrefab.cs)
|
|
]]
|
|
-- @code JobPrefab
|
|
-- @pragma nostrip
|
|
|
|
local JobPrefab = {} |