added the close action to the maplist

This commit is contained in:
kremsy
2013-12-24 13:09:39 +01:00
parent 2c8eeb2bbd
commit dccc237c4f
3 changed files with 18 additions and 12 deletions

View File

@ -15,6 +15,11 @@ use ManiaControl\Formatter;
use ManiaControl\ManiaControl;
use ManiaControl\Manialinks\ManialinkManager;
/**
* PlayerActions Class
*
* @author steeffeen & kremsy
*/
class PlayerActions {
/**
* Constants

View File

@ -22,6 +22,11 @@ use ManiaControl\ManiaControl;
use ManiaControl\Manialinks\ManialinkManager;
use ManiaControl\Manialinks\ManialinkPageAnswerListener;
/**
* PlayerList Widget Class
*
* @author steeffeen & kremsy
*/
class PlayerList implements ManialinkPageAnswerListener, CallbackListener {
/**