Module name: client description: Load all other otclient dependecies author: OTClient team website: https://github.com/edubart/otclient canUnload: false // NOTE: order does matter dependencies: - client_background - client_topmenu - client_tibiafiles - client_about - client_options - client_entergame - client_modulemanager - game onLoad: | dofile 'client' Client.init() onUnload: | Client.terminate()