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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)