CSCommon: MMatchRuleTraining.h 소스 파일

MAIET

MMatchRuleTraining.h

00001 #ifndef _MMATCHRULE_TRAINING_H
00002 #define _MMATCHRULE_TRAINING_H
00003 
00004 
00005 #include "MMatchRuleDeathMatch.h"
00006 
00008 class MMatchRuleTraining : public MMatchRuleSoloDeath {
00009 public:
00010     MMatchRuleTraining(MMatchStage* pStage);
00011     virtual ~MMatchRuleTraining()   { }
00012 };
00013 
00014 
00015 
00016 
00017 
00018 
00019 #endif


MAIET entertainment