Added calculator and fixed install/remove log
This commit is contained in:
parent
1ad97608ee
commit
b9f6cedace
11 changed files with 211 additions and 8 deletions
|
|
@ -5,6 +5,9 @@ import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
|||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||
public interface SystemGdxLog {
|
||||
|
||||
public static final String ACTIVATE = "Activate";
|
||||
public static final String DEACTIVATE = "Deactivate";
|
||||
|
||||
void infoTag(String tag, String message, Object...args);
|
||||
|
||||
void infoTag(String tag, String message, Throwable exception);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue