19 lines
333 B
C++
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");
|
|
}
|
|
|