more structure

This commit is contained in:
Jesse Boyd
2019-04-29 01:44:59 +10:00
parent 6adf0e6435
commit 57b5be84f4
45 changed files with 1317 additions and 870 deletions

View File

@ -0,0 +1,7 @@
package com.boydti.fawe.beta.implementation.blocks;
import com.boydti.fawe.beta.IBlocks;
public class CharBlocks implements IBlocks {
protected char[][] blocks;
}