Files
tustu/app/G/GComponentCs.java
2026-01-11 20:30:56 +00:00

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
*/