mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 13:23:46 +03:00
27 lines
785 B
Lua
27 lines
785 B
Lua
--[[
|
|
| This file was obtained through the combined efforts
|
|
| of Madbluntz & Plymouth Antiquarian Society.
|
|
|
|
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
|
| Maloy, DrPepper10 @ RIP, Atle!
|
|
|
|
|
| Visit for more: https://plymouth.thetwilightzone.ru/
|
|
--]]
|
|
|
|
|
|
include( "properties/bone_manipulate.lua" )
|
|
include( "properties/remove.lua" )
|
|
include( "properties/statue.lua" )
|
|
include( "properties/keep_upright.lua" )
|
|
include( "properties/persist.lua" )
|
|
include( "properties/drive.lua" )
|
|
include( "properties/ignite.lua" )
|
|
include( "properties/collisions.lua" )
|
|
include( "properties/gravity.lua" )
|
|
include( "properties/npc_scale.lua" )
|
|
include( "properties/editentity.lua" )
|
|
include( "properties/kinect_controller.lua" )
|
|
include( "properties/bodygroups.lua" )
|
|
include( "properties/skin.lua" )
|
|
|