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