Files
wnsrc/lua/entities/simfphys_tankprojectile/shared.lua
lifestorm 9c918c46e5 Upload
2024-08-04 23:12:27 +03:00

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