mirror of
https://github.com/ytsodacan/Faucet.git
synced 2026-05-01 11:31:48 +00:00
8 lines
104 B
C++
8 lines
104 B
C++
#pragma once
|
|
#include "Tile.h"
|
|
|
|
class NetherrackTile : public Tile
|
|
{
|
|
public:
|
|
NetherrackTile(int id);
|
|
}; |