source:
code/branches/wagnis_HS18/src/modules/wagnis/Wagnis.cc
@
12114
Last change on this file since 12114 was 12114, checked in by stadlero, 6 years ago | |
---|---|
File size: 208 bytes |
Line | |
---|---|
1 | |
2 | |
3 | |
4 | #include "Wagnis.h" |
5 | |
6 | |
7 | |
8 | namespace orxonox{ |
9 | |
10 | RegisterClass(Wagnis); |
11 | |
12 | Wagnis::Wagnis(Context* context) : Deathmatch(context){ |
13 | RegisterObject(Wagnis); |
14 | } |
15 | //Destructor |
16 | Wagnis::~Wagnis(){} |
17 | |
18 | |
19 | } |
20 | |
21 | |
22 | |
23 |
Note: See TracBrowser
for help on using the repository browser.