Item names hud element (based on 4aiman mod)

This commit is contained in:
RealBadAngel
2014-05-26 05:41:40 +02:00
parent 3003b19322
commit b46f4217ae
2 changed files with 57 additions and 0 deletions

View File

@ -44,4 +44,5 @@ dofile(modpath.."/internal.lua")
dofile(modpath.."/callbacks.lua")
dofile(modpath.."/register.lua")
dofile(modpath.."/bags.lua")
dofile(modpath.."/item_names.lua")
dofile(modpath.."/waypoints.lua")