mirror of
https://github.com/tswow/tswow
synced 2026-08-14 20:29:06 -04:00
7 lines
119 B
C++
7 lines
119 B
C++
#include "ClientLua.h"
|
|
#include "Logger.h"
|
|
|
|
CLIENT_LUA(luaping) {
|
|
LOG_DEBUG << "Hi from lua ping";
|
|
return 0;
|
|
}
|