20 lines
412 B
C
20 lines
412 B
C
|
|
#pragma once
|
|||
|
|
#include "../<2F><>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/ServerControl.h"
|
|||
|
|
#include "GameLogic.h"
|
|||
|
|
|
|||
|
|
|
|||
|
|
class CServerControlItemSink : public IServerControl
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
CGameLogic m_GameLogic; //<2F><>Ϸ<EFBFBD><EFBFBD>
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
CServerControlItemSink(void);
|
|||
|
|
virtual ~CServerControlItemSink(void);
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
//<2F><><EFBFBD>ؿ<EFBFBD><D8BF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
virtual bool __cdecl ControlResult(BYTE cbControlCardData[GAME_PLAYER][MAX_COUNT], ROOMUSERCONTROL Keyroomusercontrol);
|
|||
|
|
|
|||
|
|
};
|