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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)