mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-06-01 00:15:12 +00:00
removed git history
This commit is contained in:
11
Minecraft.World/StoneTile.cpp
Normal file
11
Minecraft.World/StoneTile.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "stdafx.h"
|
||||
#include "StoneTile.h"
|
||||
|
||||
StoneTile::StoneTile(int id) : Tile(id, Material::stone)
|
||||
{
|
||||
}
|
||||
|
||||
int StoneTile::getResource(int data, Random *random, int playerBonusLevel)
|
||||
{
|
||||
return Tile::cobblestone_Id;
|
||||
}
|
||||
Reference in New Issue
Block a user