aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/Enemy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/Enemy.cpp')
-rw-r--r--Minecraft.World/Enemy.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Minecraft.World/Enemy.cpp b/Minecraft.World/Enemy.cpp
new file mode 100644
index 00000000..25d1ad47
--- /dev/null
+++ b/Minecraft.World/Enemy.cpp
@@ -0,0 +1,10 @@
+#include "stdafx.h"
+#include "Enemy.h"
+
+
+
+const int Enemy::XP_REWARD_NONE = 0;
+const int Enemy::XP_REWARD_SMALL = 3;
+const int Enemy::XP_REWARD_MEDIUM = 5;
+const int Enemy::XP_REWARD_LARGE = 10;
+const int Enemy::XP_REWARD_HUGE = 20; \ No newline at end of file