Files
Sun1602/Tools/WiseClient/Information/Auto/AutoPlayControl.cpp
T
2022-10-26 12:25:11 +08:00

24 lines
456 B
C++

#include "stdafx.h"
#include "AutoPlayControl.h"
//////////////////////////////////////////////////////////////////////////
//
//////////////////////////////////////////////////////////////////////////
//
AutoPlayControl::AutoPlayControl()
{
m_AUTO_ACTION.BASE_ACTION = sAUTO_ACTION::AT_NOTHING;
m_AUTO_ACTION.CUR_ACTION = sAUTO_ACTION::AT_NOTHING;
m_AUTO_ACTION.NEXT_ACTION = sAUTO_ACTION::AT_NOTHING;
}
AutoPlayControl::~AutoPlayControl()
{
}