summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/resin.lua
blob: 80ab286c3d104489c1281e976f44a50e74228ef4 (plain)
1
2
3
4
5
6
7
8
9
10
ITEM = {}

ITEM.Name = "Resin"
ITEM.Description = "Something you can craft with!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)