mirror of
https://github.com/edubart/otclient.git
synced 2025-12-25 01:07:12 +01:00
implement status messages
This commit is contained in:
@@ -97,6 +97,11 @@ void Game::processLogout()
|
||||
}
|
||||
}
|
||||
|
||||
void Game::processTextMessage(const std::string& message)
|
||||
{
|
||||
g_lua.callGlobalField("Game","onTextMessage", message);
|
||||
}
|
||||
|
||||
void Game::walk(Otc::Direction direction)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user