mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
31 lines
649 B
Java
31 lines
649 B
Java
package L;
|
|
|
|
import G.GInterfaceAi;
|
|
import ax.CloneableImplInAxPackage;
|
|
import ax.AbstractInAxPackage;
|
|
|
|
public class IsOnlineFunction extends AbstractInAxPackage {
|
|
GInterfaceAi a;
|
|
|
|
public D(GInterfaceAi paramaI) {
|
|
this.a = paramaI;
|
|
}
|
|
|
|
public double a(CloneableImplInAxPackage paramS) {
|
|
return this.a.R() ? 1.0D : 0.0D;
|
|
}
|
|
|
|
public double b(CloneableImplInAxPackage paramS) {
|
|
return a(paramS);
|
|
}
|
|
|
|
public String toString() {
|
|
return "isOnline()";
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/L/D.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |