2017-03-29 13:28:32 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace ManiaControl\Callbacks\Structures\TrackMania;
|
|
|
|
|
|
|
|
|
2017-04-13 19:14:23 +02:00
|
|
|
use ManiaControl\Callbacks\Structures\Common\BasePlayerTimeStructure;
|
2017-03-29 13:28:32 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Structure Class for the EventStartLine Structure Callback
|
|
|
|
*
|
2017-04-07 23:26:35 +02:00
|
|
|
* @api
|
2017-03-29 13:28:32 +02:00
|
|
|
* @author ManiaControl Team <mail@maniacontrol.com>
|
2020-01-22 10:39:35 +01:00
|
|
|
* @copyright 2014-2020 ManiaControl Team
|
2017-03-29 13:28:32 +02:00
|
|
|
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
|
|
|
|
*/
|
2017-04-14 17:02:00 +02:00
|
|
|
class OnStartLineEventStructure extends BasePlayerTimeStructure {
|
2017-03-29 13:28:32 +02:00
|
|
|
}
|