]> git.localhorst.tv Git - l2e.git/blob - src/map/Trigger.cpp
added directional triggers
[l2e.git] / src / map / Trigger.cpp
1 /*
2  * Trigger.cpp
3  *
4  *  Created on: Oct 3, 2012
5  *      Author: holy
6  */
7
8 #include "Trigger.h"
9
10 namespace map {
11
12 Trigger::Trigger()
13 : type(TYPE_CONTACT)
14 , map(0) {
15
16 }
17
18 }