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

ITEM.Name = "Glass"
ITEM.Description = "Useful in construction!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)