first commit
This commit is contained in:
13
Minecraft.World/Sponge.h
Normal file
13
Minecraft.World/Sponge.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "Tile.h"
|
||||
|
||||
class Sponge : public Tile
|
||||
{
|
||||
friend class Tile;
|
||||
public:
|
||||
static const int RANGE = 2;
|
||||
|
||||
protected:
|
||||
Sponge(int id);
|
||||
};
|
||||
Reference in New Issue
Block a user