* @copyright 2014-2020 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface VictoryTypes { const TIME_LIMIT = 1; const CAPTURE = 2; const ATTACKER_ELIMINATED = 3; const DEFENDERS_ELIMINATED = 4; }