Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function items.PushEntity(class)
- ITEM = {}
- table.Merge(ITEM, items.EntityBase)
- ITEM_CLASS = class
- ITEM.ClassName = class
- end
- function items.PopEntity()
- items.RegisterEntity(ITEM, ITEM_CLASS)
- ITEM = nil
- ITEM_CLASS = nil
- end
Advertisement
Add Comment
Please, Sign In to add comment