Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBot.cc @ 12396

Last change on this file since 12396 was 12396, checked in by pomselj, 5 years ago

Jesus safed our souls and stopped the crashing. Hallowed be his name and hallowed be his followers sevy and aryo, first of their names, saviors of the andals the raynars and the first nerds. Fourier is love btw

File size: 339 bytes
Line 
1#include "OrxoBloxBot.h"
2
3#include "core/CoreIncludes.h"
4
5namespace orxonox
6{
7    RegisterClass(OrxoBloxBot);
8
9    /**
10    @brief
11        Constructor. Registers the object and creates a OrxoBloxAI controller.
12    */
13    OrxoBloxBot::OrxoBloxBot(Context* context) : Bot(context)
14    {
15        RegisterObject(OrxoBloxBot);
16
17       
18    }
19}
Note: See TracBrowser for help on using the repository browser.