TrackManiaControl/core/Callbacks/Structures/TrackMania/OnCommandStructure.php

17 lines
448 B
PHP
Raw Normal View History

2017-03-25 20:19:45 +01:00
<?php
namespace ManiaControl\Callbacks\Structures\TrackMania;
2017-04-25 19:28:52 +02:00
use ManiaControl\Callbacks\Structures\Common\CommonCommandStructure;
2017-03-25 20:19:45 +01:00
/**
* Structure Class for the OnCommand Structure Callback
*
2017-04-07 23:26:35 +02:00
* @api
2017-03-25 20:19:45 +01:00
* @author ManiaControl Team <mail@maniacontrol.com>
2020-01-22 10:39:35 +01:00
* @copyright 2014-2020 ManiaControl Team
2017-03-25 20:19:45 +01:00
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
*/
2017-04-14 16:30:33 +02:00
class OnCommandStructure extends CommonCommandStructure {
2017-03-25 20:19:45 +01:00
}