class MyGameInfo extends UTDeathmatch;

function StartMatch()
{
super(UTGame).StartMatch();
OurCode();
}

function OurCode()
{
}