mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-21 06:01:29 +00:00
7 lines
145 B
C++
7 lines
145 B
C++
#include <sol.hpp>
|
|
#include "../mob.h"
|
|
|
|
void lua_register_special_abilities(sol::state *state) {
|
|
state->create_named_table("SpecialAbility");
|
|
}
|