TrackManiaControl/core/Callbacks/Structures/ShootMania/Models/PlayerScore.php

18 lines
411 B
PHP
Raw Normal View History

<?php
namespace ManiaControl\Callbacks\Structures\ShootMania\Models;
2017-03-30 19:39:23 +02:00
use ManiaControl\Callbacks\Structures\Common\Models\CommonPlayerScore;
/**
* PlayerScore Model
*
2017-04-07 23:26:35 +02:00
* @api
* @author ManiaControl Team <mail@maniacontrol.com>
2020-01-22 10:39:35 +01:00
* @copyright 2014-2020 ManiaControl Team
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
*/
2017-03-30 19:39:23 +02:00
class PlayerScore extends CommonPlayerScore {
}