mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 12:55:49 +00:00
11 lines
186 B
C++
11 lines
186 B
C++
#include "../Platform/stdafx.h"
|
|
#include "../Headers/net.minecraft.world.level.h"
|
|
|
|
#include "SpongeTile.h"
|
|
|
|
const int RANGE = 2;
|
|
|
|
|
|
Sponge::Sponge(int id) : Tile(id, Material::sponge)
|
|
{
|
|
} |