mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 05:33:40 +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) {} |