- Improved Chatlog Plugin

- First Step for ManialinkManager
- Added FML Update + MC-Fixes for the changes
This commit is contained in:
Steffen Schröder
2013-11-28 02:04:06 +01:00
parent 3984dd3d9b
commit 4e02b4b8ea
14 changed files with 210 additions and 120 deletions

View File

@ -36,7 +36,7 @@ class Gauge extends Control implements Styleable {
/**
* Set ratio
*
* @param real $ratio
* @param float $ratio
* @return \FML\Controls\Gauge
*/
public function setRatio($ratio) {
@ -47,7 +47,7 @@ class Gauge extends Control implements Styleable {
/**
* Set grading
*
* @param real $grading
* @param float $grading
* @return \FML\Controls\Gauge
*/
public function setGrading($grading) {
@ -69,7 +69,7 @@ class Gauge extends Control implements Styleable {
/**
* Set rotation
*
* @param real $rotation
* @param float $rotation
* @return \FML\Controls\Gauge
*/
public function setRotation($rotation) {