mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 12:43:37 +00:00
8 lines
184 B
C++
8 lines
184 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) {} |