eqemu-server/zone/lua/lua_structs.h

7 lines
69 B
C

#pragma once
struct Script
{
bool Loaded;
sol::environment Env;
};