mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
Upload
This commit is contained in:
26
lua/entities/simfphys_tankprojectile/shared.lua
Normal file
26
lua/entities/simfphys_tankprojectile/shared.lua
Normal file
@@ -0,0 +1,26 @@
|
||||
--[[
|
||||
| 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
|
||||
|
||||
Reference in New Issue
Block a user