pull/7/head
valoeghese 2020-02-25 22:23:35 +13:00
parent 3afe0ed994
commit 56503a0ac2
1 changed files with 10 additions and 0 deletions

View File

@ -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)
{
}
}