9 lines
294 B
Lua
9 lines
294 B
Lua
-- luacheck: ignore 111
|
|
|
|
--[[--
|
|
Barotrauma Entity class with some additional functions and fields
|
|
|
|
Barotrauma source code: [Entity.cs](https://github.com/evilfactory/Barotrauma-lua-attempt/blob/master/Barotrauma/BarotraumaShared/SharedSource/Map/Entity.cs)
|
|
]]
|
|
-- @code Entity
|
|
-- @pragma nostrip |