Files
wnsrc/lua/entities/toffifee/shared.lua
lifestorm 94063e4369 Upload
2024-08-04 22:55:00 +03:00

28 lines
605 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.Base = "base_gmodentity"
ENT.PrintName = "Toffifee"
ENT.Author = "SaDow4100"
ENT.Contact = "Steam"
ENT.Purpose = "A pack of Toffifee"
ENT.Instructions = "E"
ENT.Category = "Food"
ENT.Spawnable = true
ENT.AdminSpawnable = true
function ENT:SetupModel()
self.Entity:SetModel("models/FoodNHouseholdItems/toffifee.mdl")
end