split onHit / onNearMiss / onArmorEmpty (with common base)

This commit is contained in:
kremsy
2017-03-30 19:02:18 +02:00
parent e6afd27440
commit ee2facb427
5 changed files with 88 additions and 32 deletions

View File

@ -0,0 +1,14 @@
<?php
namespace ManiaControl\Callbacks\Structures\ShootMania;
/**
* Structure Class for the OnArmorEmpty Structure Callback
*
* @author ManiaControl Team <mail@maniacontrol.com>
* @copyright 2014-2017 ManiaControl Team
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
*/
class OnArmorEmptyStructure extends OnHitNearMissArmorEmptyBaseStructure {
}