diff --git a/core/Callbacks/Structures/VictoryTypes.php b/core/Callbacks/Structures/VictoryTypes.php index cb1a00fd..c57ed5a5 100644 --- a/core/Callbacks/Structures/VictoryTypes.php +++ b/core/Callbacks/Structures/VictoryTypes.php @@ -8,6 +8,7 @@ namespace ManiaControl\Callbacks\Structures; * @author ManiaControl Team * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 + * @deprecated */ interface VictoryTypes { const TIME_LIMIT = 1; diff --git a/core/Callbacks/Structures/Weapons.php b/core/Callbacks/Structures/Weapons.php index fe9f6265..c2510e39 100644 --- a/core/Callbacks/Structures/Weapons.php +++ b/core/Callbacks/Structures/Weapons.php @@ -8,6 +8,7 @@ namespace ManiaControl\Callbacks\Structures; * @author ManiaControl Team * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 + * @deprecated use ShootMania/Models/Weapons instead */ interface Weapons { const LASER = 1;