mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
37 lines
629 B
Java
37 lines
629 B
Java
package G;
|
|
|
|
import java.io.Serializable;
|
|
|
|
public class GComponentCs implements Serializable {
|
|
private String a = "tpsADC";
|
|
|
|
private String b = "tpsMin";
|
|
|
|
private String c = "tpsMax";
|
|
|
|
private String d = "afr";
|
|
|
|
private String e = "afr2";
|
|
|
|
private String f = "Gego";
|
|
|
|
private String g = "Gego";
|
|
|
|
public String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public String b() {
|
|
return this.b;
|
|
}
|
|
|
|
public String c() {
|
|
return this.c;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/cs.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |