spacebuild/spacebuild

View on GitHub
lua/entities/base_sb_environment/shared.lua

Summary

Maintainability
Test Coverage
-- Much love to the WireMod team for their superb LUA coding
-- Based on the RD2 base_rd_entity made by Thresher and TAD2020

ENT.Type = "anim"
ENT.Base = "base_gmodentity"

ENT.PrintName = "Base Spacebuild Environment"
ENT.Author = "SnakeSVx"
ENT.Purpose = "Base for all Spacebuild Environment"
ENT.Instructions = ""

ENT.Spawnable = false
ENT.AdminSpawnable = false