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

ITEM.Name = "Bass"
ITEM.Description = "Don't drop it!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)