Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
WorldRunnable.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
9
10#ifndef __WORLDRUNNABLE_H
11#define __WORLDRUNNABLE_H
12
15{
16public:
17 void Run();
18};
19
20#endif
21
Heartbeat thread for the World.
void Run()
Heartbeat for the World.