16 lines
279 B
Plaintext
16 lines
279 B
Plaintext
|
Module
|
||
|
name: game_textbooks
|
||
|
description: Allow to edit text books and lists
|
||
|
author: OTClient team
|
||
|
website: https://github.com/edubart/otclient
|
||
|
|
||
|
dependencies:
|
||
|
- game
|
||
|
|
||
|
@onLoad: |
|
||
|
dofile 'textbooks'
|
||
|
TextBooks.init()
|
||
|
|
||
|
@onUnload: |
|
||
|
TextBooks.terminate()
|