fml update

This commit is contained in:
Steffen Schröder
2014-01-21 20:30:40 +01:00
parent 71a19d2464
commit 11abd5ee6e
73 changed files with 209 additions and 83 deletions

View File

@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class AddBuddy implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'add_buddy';

View File

@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class AddFavorite implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'add_favourite';

View File

@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class GetSkin implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'get_skin';

View File

@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class Go_To implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'goto';

View File

@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class InstallMap implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'install_map';

View File

@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class InstallPack implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'install_pack';

View File

@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class InstallReplay implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'install_replay';

View File

@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class InstallScript implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'install_script';

View File

@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class InstallSkin implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'install_skin';

View File

@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class JoinServer implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'join_server';

View File

@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class PlayMap implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'play_map';

View File

@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class PlayReplay implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'play_replay';

View File

@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class ShowMessage implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'show_message';

View File

@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class ViewReplay implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'view_replay';