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
+1 -1
View File
@@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class AddBuddy implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'add_buddy';
@@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class AddFavorite implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'add_favourite';
+1 -1
View File
@@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class GetSkin implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'get_skin';
+1 -1
View File
@@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class Go_To implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'goto';
@@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class InstallMap implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'install_map';
@@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class InstallPack implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'install_pack';
@@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class InstallReplay implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'install_replay';
@@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class InstallScript implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'install_script';
@@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class InstallSkin implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'install_skin';
@@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class JoinServer implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'join_server';
+1 -1
View File
@@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class PlayMap implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'play_map';
@@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class PlayReplay implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'play_replay';
@@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class ShowMessage implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'show_message';
@@ -8,7 +8,7 @@ namespace FML\ManiaCode;
* @author steeffeen
*/
class ViewReplay implements Element {
/**
/*
* Protected Properties
*/
protected $tagName = 'view_replay';