aozhiwei 1e63ae1588 1
2023-02-17 19:16:30 +08:00

21 lines
165 B
C++

#include "precompile.h"
#include "mt/Grasp.h"
IMPL_TABLE(mt::Grasp)
namespace mt
{
void Grasp::Init1()
{
}
void Grasp::Init2()
{
}
}