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