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

ITEM.Name = "Teak"
ITEM.Description = "You've got wood."
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)