* @copyright 2014-2020 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface RoyalPointTypes { const POLE = "Pole"; const HIT = "Hit"; const SURVIVAL = "Survival"; }