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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)