MMatchRuleGladiator.h
00001 #ifndef _MMATCHRULE_GLADIATOR_H 00002 #define _MMATCHRULE_GLADIATOR_H 00003 00004 00005 #include "MMatchRuleDeathMatch.h" 00006 00008 class MMatchRuleSoloGladiator : public MMatchRuleSoloDeath { 00009 public: 00010 MMatchRuleSoloGladiator(MMatchStage* pStage); 00011 virtual ~MMatchRuleSoloGladiator() { } 00012 }; 00013 00015 class MMatchRuleTeamGladiator : public MMatchRuleTeamDeath { 00016 public: 00017 MMatchRuleTeamGladiator(MMatchStage* pStage); 00018 virtual ~MMatchRuleTeamGladiator() {} 00019 }; 00020 00021 00022 00023 00024 #endif
MAIET entertainment