aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/NetherrackTile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/NetherrackTile.cpp')
-rw-r--r--Minecraft.World/NetherrackTile.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Minecraft.World/NetherrackTile.cpp b/Minecraft.World/NetherrackTile.cpp
new file mode 100644
index 00000000..8f99fb53
--- /dev/null
+++ b/Minecraft.World/NetherrackTile.cpp
@@ -0,0 +1,6 @@
+#include "stdafx.h"
+#include "NetherrackTile.h"
+
+NetherrackTile::NetherrackTile(int id) : Tile(id, Material::stone)
+{
+} \ No newline at end of file