Files
Sun1602/Server/WorldServer/Lotto/LottoStates/FinalState.cpp
T
2022-10-26 12:25:11 +08:00

19 lines
309 B
C++

#include "stdafx.h"
#include "../Lotto.h"
#include "FinalState.h"
// implemented by __NA_001359_20090619_HEIM_LOTTO_SYSTEM
void LottoFinalState::OnEnter()
{
SUNLOG(eFULL_LOG, "[Lotto] Entering FINAL_STATE");
}
void LottoFinalState::OnExit()
{
SUNLOG(eFULL_LOG, "[Lotto] Exiting FINAL_STATE");
}