rott/kf_sources/XGame/Classes/ManoEMano.uc
2026-07-14 20:27:09 +07:00

17 lines
548 B
Ucode

//==============================================================================
// Single Player Challenge Game code
// 1 vs 1 challenge against the team leader
//
// Written by Michiel Hendriks
// (c) 2003, Epic Games, Inc. All Rights Reserved
//==============================================================================
class ManoEMano extends ChallengeGame;
defaultproperties
{
ChallengeName="Head to Head"
ChallengeDescription="A 1 vs 1 match against another team leader."
ChallengeMenu="GUI2K4.UT2K4SP_CGManoEMano"
}