Merge pull request #1025 from InusualZ/patch-1

Level::getAll()
This commit is contained in:
Michael Yoo 2014-01-03 18:52:44 -08:00
commit 1ce7366cc3

View File

@ -237,4 +237,9 @@ class LevelAPI{
}
}
}
public function getAll()
{
return $this->levels;
}
}