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