Files
Sun1602/Client/GameClient/DevCommand.h
T
2022-10-26 12:25:11 +08:00

8 lines
91 B
C

#pragma once
typedef struct _DevCommand
{
DWORD dwID;
char * pszCommand;
} DEV_COMMAND;