zaela-Server/zone/lua/lua_structs.h

7 lines
No EOL
69 B
C

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