Clean up imports

This commit is contained in:
dfsek
2020-10-26 10:58:28 -07:00
parent f198b371e0
commit 224dfbe638
109 changed files with 833 additions and 637 deletions

View File

@@ -8,6 +8,7 @@ import java.util.List;
public class NoiseFunction3 implements Function {
private FastNoiseLite gen;
@Override
public int getNumberOfArguments() {
return 3;