Basic setup for Cpp based screeping.
This commit is contained in:
10
include/structures/spawn.hpp
Normal file
10
include/structures/spawn.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
class SpawnManager
|
||||
{
|
||||
private:
|
||||
/* data */
|
||||
public:
|
||||
SpawnManager(){}
|
||||
~SpawnManager(){}
|
||||
|
||||
void process();
|
||||
};
|
||||
Reference in New Issue
Block a user