/TGame/TCommon/Gene/Status/GESnare.cpp
http://awoe.googlecode.com/ · C++ · 30 lines · 18 code · 5 blank · 7 comment · 0 complexity · a9a5f66ebb68c180688100af5a93d016 MD5 · raw file
- ///////////////////////////////////////////////////////////////////////////////////////////////////
- // GESnare.cpp
- // 2010?1?20?
- // Copyright ?2007, 2010, 8DWorld, Inc. All rights reserved.
- //
- //
- ///////////////////////////////////////////////////////////////////////////////////////////////////
-
-
-
- #include "stdafx.h"
- #include "GESnare.h"
- #include "Entity/EntityIf.h"
- #include "Combat/CombatSysIf.h"
- #include "Gene/GeneCreateDataIf.h"
-
- GESnare::GESnare()
- {
- }
- bool
- GESnare::onAttach()
- {
- return __super::onAttach();
- }
-
- bool
- GESnare::onDetach()
- {
- return __super::onDetach();
- }