mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-21 06:01:29 +00:00
7 lines
69 B
C
7 lines
69 B
C
#pragma once
|
|
|
|
struct Script
|
|
{
|
|
bool Loaded;
|
|
sol::environment Env;
|
|
}; |