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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)