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

ITEM.Name = "Wrist Watch"
ITEM.Description = "See the time wherever you go!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)