mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-04 21:14:19 +00:00
8 lines
200 B
C++
8 lines
200 B
C++
#include "SpongeTile.h"
|
|
|
|
#include "minecraft/world/level/material/Material.h"
|
|
#include "minecraft/world/level/tile/Tile.h"
|
|
|
|
const int RANGE = 2;
|
|
|
|
Sponge::Sponge(int id) : Tile(id, Material::sponge) {} |