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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)