Fixed initial runtime crashes in BetterEnd

This commit is contained in:
Frank 2022-04-08 18:17:14 +02:00
parent defa88bbff
commit f59cf8bad2
3 changed files with 10 additions and 13 deletions

View file

@ -1,5 +1,5 @@
package ru.betterend.interfaces;
public interface TargetChecker {
boolean isTarget();
boolean be_isTarget();
}