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

ITEM.Name = "Baits"
ITEM.Description = "Something you can plant!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)