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

19 lines
333 B
C++

#include "WorldServerPch.hxx"
#include "./FinalState.h"
#include "Services/Lotto/Lotto.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");
}