DragonNest/GameCommon/MADamageBase.cpp
2024-12-19 09:48:26 +08:00

7 lines
118 B
C++

#include "stdafx.h"
#include "MADamageBase.h"
#ifdef _DEBUG
#define new new(_NORMAL_BLOCK,__FILE__,__LINE__)
#endif