Added some consts

This commit is contained in:
PeratX 2016-04-11 20:43:56 +08:00
commit 76ee2ef8ff

View file

@ -28,7 +28,9 @@ use pocketmine\network\protocol\LevelEventPacket;
use pocketmine\Player;
class Weather{
const CLEAR = 0;
const SUNNY = 0;
const RAIN = 1;
const RAINY = 1;
const RAINY_THUNDER = 2;
const THUNDER = 3;