mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
Adding Biofood Tile
This commit is contained in:
parent
5a12296180
commit
e43e12a04c
@ -0,0 +1,10 @@
|
|||||||
|
package net.simon987.server.game.world;
|
||||||
|
|
||||||
|
public class TileBiofood extends Tile{
|
||||||
|
public static final int ID = 8;
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getId(){
|
||||||
|
return ID;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user