15 lines
378 B
PHP
15 lines
378 B
PHP
<?php
|
|
|
|
namespace ManiaControl\Callbacks\Structures\ShootMania;
|
|
|
|
|
|
/**
|
|
* Structure Class for the OnCommand Structure Callback
|
|
*
|
|
* @api
|
|
* @author ManiaControl Team <mail@maniacontrol.com>
|
|
* @copyright 2014-2017 ManiaControl Team
|
|
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
|
|
*/
|
|
class OnCommandStructure extends CommonCommandStructure {
|
|
} |