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

ITEM.Name = "Flashlight"
ITEM.Description = "Lights up the dark!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)