mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-18 00:03:26 +02:00
Resolve "Merge the best from 7.40 branch"
This commit is contained in:
23
SabrehavenOTClient/modules/gamelib/gamelib.otmod
Normal file
23
SabrehavenOTClient/modules/gamelib/gamelib.otmod
Normal file
@@ -0,0 +1,23 @@
|
||||
Module
|
||||
name: gamelib
|
||||
description: Contains game related classes
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
@onLoad: |
|
||||
dofile 'const'
|
||||
dofile 'util'
|
||||
dofile 'protocol'
|
||||
dofile 'protocollogin'
|
||||
dofile 'protocolgame'
|
||||
dofile 'position'
|
||||
dofile 'game'
|
||||
|
||||
dofile 'creature'
|
||||
dofile 'player'
|
||||
dofile 'market'
|
||||
dofile 'textmessages'
|
||||
dofile 'thing'
|
||||
dofile 'spells'
|
||||
|
||||
dofiles 'ui'
|
Reference in New Issue
Block a user