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

ITEM.Name = "Sand"
ITEM.Description = "How in the world are you holding this stuff?"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)