added todo

This commit is contained in:
Steffen Schröder 2014-05-27 08:56:56 +02:00
parent 7b04ec4317
commit 2818192102
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,6 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException;
* @copyright 2014 ManiaControl Team
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
*/
// TODO: create dedicated files for used classes
class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkPageAnswerListener, TimerListener, Plugin {
/*
* Constants
@ -766,6 +765,7 @@ class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkP
/**
* Vote Command Model Class
*/
// TODO: extract classes to own files
class VoteCommand {
public $index = '';
public $name = '';

View File

@ -527,6 +527,7 @@ class ServerRankingPlugin implements Plugin, CallbackListener, CommandListener {
/**
* Rank Structure
*/
// TODO: extract class to own file
class Rank extends AbstractStructure {
public $playerIndex;
public $rank;