mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-18 22:23:46 +03:00
Upload
This commit is contained in:
21
lua/pac3/core/client/parts/info.lua
Normal file
21
lua/pac3/core/client/parts/info.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
local BUILDER, PART = pac.PartTemplate("base")
|
||||
|
||||
PART.ClassName = "info"
|
||||
|
||||
PART.Group = ''
|
||||
PART.Icon = 'icon16/help.png'
|
||||
|
||||
BUILDER:StartStorableVars()
|
||||
BUILDER:GetSet("SpawnEntity", "")
|
||||
BUILDER:GetSet("UserData", "")
|
||||
BUILDER:EndStorableVars()
|
||||
Reference in New Issue
Block a user