mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-17 00:29:21 +00:00
Adding Biofood Tile
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user