mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-11 03:57:13 +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) {} |