]> git.localhorst.tv Git - l2e.git/blob - src/common/GameConfig.cpp
6673a326686a90200ae10f9c370add18233dc0c2
[l2e.git] / src / common / GameConfig.cpp
1 /*
2  * GameConfig.cpp
3  *
4  *  Created on: Oct 9, 2012
5  *      Author: holy
6  */
7
8 #include "GameConfig.h"
9
10 namespace common {
11
12 GameConfig::GameConfig()
13 : state(0)
14 , battleResources(0)
15 , heroesLayout(0)
16 , menuResources(0) {
17
18 }
19
20 }