- January 25th, 2010
- Posted in Uncategorized
- Write comment
class MyGameInfo extends UTDeathmatch;
function StartMatch()
{
super(UTGame).StartMatch();
OurCode();
}
function OurCode()
{
}
class MyGameInfo extends UTDeathmatch;
function StartMatch()
{
super(UTGame).StartMatch();
OurCode();
}
function OurCode()
{
}
No comments yet.