7 lines
No EOL
69 B
C
7 lines
No EOL
69 B
C
#pragma once
|
|
|
|
struct Script
|
|
{
|
|
bool Loaded;
|
|
sol::environment Env;
|
|
}; |