12 lines
188 B
ActionScript
Executable File
12 lines
188 B
ActionScript
Executable File
void Main() {
|
|
PacksManager::LoadConfigs();
|
|
|
|
while (true) {
|
|
yield();
|
|
PacksManager::Yield();
|
|
}
|
|
}
|
|
|
|
void RenderInterface() {
|
|
RenderManager::RenderInterface();
|
|
} |