Added Vector3 preload

This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-04 17:01:15 +01:00
parent 354893ba11
commit 474c1d2093

View File

@ -25,6 +25,10 @@ the Free Software Foundation, either version 3 of the License, or
*/
/***REM_START***/
require_once(FILE_PATH."/src/math/Vector3.php");
/***REM_END***/
abstract class Block extends Vector3{
public static $class = array(
AIR => "AirBlock",