world
parent
3afe0ed994
commit
56503a0ac2
|
@ -0,0 +1,10 @@
|
|||
package com.github.halotroop.litecraft.world;
|
||||
|
||||
import com.github.halotroop.litecraft.types.block.Block;
|
||||
|
||||
public class World //implements TileAccess
|
||||
{
|
||||
public World(long seed)
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue