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

ITEM.Name = "Gold"
ITEM.Description = "You're Rich!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)