Client configuration

local Config = {} -- DO NOT EDIT THIS

Config.Target = {
  Icon = 'fas fa-warehouse', -- string | FontAwesome icon for the warehouse target interaction
}

return Config

Last updated