Files
Sun1602/Server/ShopServer/ProtocolCommand.h
T
2022-10-26 12:25:11 +08:00

8 lines
109 B
C++

#pragma once
class CProtocolCommand
{
public:
virtual void Execute(DWORD_PTR pSession, PBYTE pBuf) = 0;
};