ConditionNode.cc 195 B

12345678910111213
  1. #include <boost/foreach.hpp>
  2. #include "Base/Marcos.h"
  3. #include "Event/ConditionNode.h"
  4. namespace Egametang {
  5. bool BuffType::Check(ContexIf* contex)
  6. {
  7. return true;
  8. }
  9. } // namespace Egametang