mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 21:33:46 +03:00
27 lines
562 B
Lua
27 lines
562 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/
|
|
--]]
|
|
|
|
ENT.Type = "anim"
|
|
|
|
|
|
ENT.PrintName = "tank projectile"
|
|
ENT.Author = ""
|
|
ENT.Information = ""
|
|
ENT.Category = "simfphys Armed Vehicles"
|
|
|
|
ENT.Spawnable = false
|
|
ENT.AdminOnly = false
|
|
|
|
function ENT:SetupDataTables()
|
|
self:NetworkVar( "String",1, "BlastEffect" )
|
|
self:NetworkVar( "Float",1, "Size" )
|
|
end
|
|
|