Working terrain generator
This commit is contained in:
parent
f59cf8bad2
commit
b0da1d244a
10 changed files with 79 additions and 53 deletions
|
@ -0,0 +1,6 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
public interface BETargetChecker {
|
||||
boolean be_isTarget();
|
||||
void be_setTarget(boolean target);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue