15 lines
185 B
C
15 lines
185 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "DnPartyTask.h"
|
||
|
|
|
||
|
|
class CDnDLPartyTask : public CDnPartyTask
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
CDnDLPartyTask( CDNGameRoom * pRoom );
|
||
|
|
virtual ~CDnDLPartyTask();
|
||
|
|
|
||
|
|
protected:
|
||
|
|
|
||
|
|
public:
|
||
|
|
|
||
|
|
};
|