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

18 lines
525 B
Ucode

// ====================================================================
// Class: xVoting.MapListLoader
//
// MapListLoader is an interface to the object/class that is responsible
// for loading the list of map names into the VotingHandler.
//
// Written by Bruce Bickar
// (c) 2003, Epic Games, Inc. All Rights Reserved
// ====================================================================
class MapListLoader extends Info;
function LoadMapList(xVotingHandler VotingHandler);
function Reset();