mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
UIMap just got in
This commit is contained in:
17
modules/game/game.otmod
Normal file
17
modules/game/game.otmod
Normal file
@@ -0,0 +1,17 @@
|
||||
Module
|
||||
name: game
|
||||
description: Create the game interface, where the ingame stuff starts
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
version: 0.2
|
||||
autoLoad: true
|
||||
dependencies:
|
||||
- core
|
||||
- tibiafiles
|
||||
|
||||
onLoad: |
|
||||
require 'game'
|
||||
return true
|
||||
|
||||
onUnload: |
|
||||
-- nothing yet
|
Reference in New Issue
Block a user