forked from Kolyah35/minecraft-pe-0.6.1
the whole game
This commit is contained in:
14
src/world/Difficulty.h
Executable file
14
src/world/Difficulty.h
Executable file
@@ -0,0 +1,14 @@
|
||||
#ifndef NET_MINECRAFT_WORLD__Difficulty_H__
|
||||
#define NET_MINECRAFT_WORLD__Difficulty_H__
|
||||
|
||||
//package net.minecraft.world;
|
||||
|
||||
class Difficulty {
|
||||
public:
|
||||
static const int PEACEFUL = 0;
|
||||
static const int EASY = 1;
|
||||
static const int NORMAL = 2;
|
||||
static const int HARD = 3;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_WORLD__Difficulty_H__*/
|
||||
Reference in New Issue
Block a user