/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

  1. ///////////////////////////////////////////////////////////////////////////////////////////////////
  2. // GESnare.cpp
  3. // 2010?1?20?
  4. // Copyright ?2007, 2010, 8DWorld, Inc. All rights reserved.
  5. //
  6. //
  7. ///////////////////////////////////////////////////////////////////////////////////////////////////
  8. #include "stdafx.h"
  9. #include "GESnare.h"
  10. #include "Entity/EntityIf.h"
  11. #include "Combat/CombatSysIf.h"
  12. #include "Gene/GeneCreateDataIf.h"
  13. GESnare::GESnare()
  14. {
  15. }
  16. bool
  17. GESnare::onAttach()
  18. {
  19. return __super::onAttach();
  20. }
  21. bool
  22. GESnare::onDetach()
  23. {
  24. return __super::onDetach();
  25. }