fml update

This commit is contained in:
Steffen Schröder
2014-04-15 15:47:57 +02:00
parent 81af68838b
commit 6e37411fc4
5 changed files with 209 additions and 33 deletions

View File

@ -51,7 +51,7 @@ class InstallPack implements Element {
}
/**
* Set the Name of the Script
* Set the Name of the Pack
*
* @param string $name Pack Name
* @return \FML\ManiaCode\InstallPack
@ -62,7 +62,7 @@ class InstallPack implements Element {
}
/**
* Set the File of the Script
* Set the File of the Pack
*
* @param string $file Pack File
* @return \FML\ManiaCode\InstallPack
@ -73,7 +73,7 @@ class InstallPack implements Element {
}
/**
* Set the Url of the Script
* Set the Url of the Pack
*
* @param string $url Pack Url
* @return \FML\ManiaCode\InstallPack