Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/wagnis_HS18/src/modules/wagnis/Wagnis.cc @ 12114

Last change on this file since 12114 was 12114, checked in by stadlero, 5 years ago

WIP 21 nov

File size: 208 bytes
Line 
1
2
3
4#include "Wagnis.h"
5
6
7
8namespace orxonox{
9
10RegisterClass(Wagnis);
11
12Wagnis::Wagnis(Context* context) : Deathmatch(context){
13    RegisterObject(Wagnis);
14}
15//Destructor
16Wagnis::~Wagnis(){}
17
18
19}
20
21
22       
23   
Note: See TracBrowser for help on using the repository browser.