TrackManiaControl/core/Callbacks/Structures/ShootMania/Models/PlayerScore.php
2017-03-30 19:39:23 +02:00

17 lines
403 B
PHP

<?php
namespace ManiaControl\Callbacks\Structures\ShootMania\Models;
use ManiaControl\Callbacks\Structures\Common\Models\CommonPlayerScore;
/**
* PlayerScore Model
*
* @author ManiaControl Team <mail@maniacontrol.com>
* @copyright 2014-2017 ManiaControl Team
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
*/
class PlayerScore extends CommonPlayerScore {
}