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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)