Re-organized the LodBuilder code

This commit is contained in:
Leonardo
2021-09-12 16:29:41 +02:00
parent 4e1e5b24ee
commit c3115caa8f
3 changed files with 81 additions and 280 deletions
@@ -9,7 +9,7 @@ import java.util.concurrent.ConcurrentMap;
public interface LevelContainer
{
public static final char VERTICAL_DATA_DELIMITER = '\t';
public static final char DATA_DELIMITER = ',';
public static final char DATA_DELIMITER = '\n';
/**With this you can add data to the level container
*
* @param data actual data to add in a array of long format.