19 lines
No EOL
436 B
Java
19 lines
No EOL
436 B
Java
package de.spacecontrol.sc.dllwrapper;
|
|
|
|
public class ScThreeInts {
|
|
public int mVal1 = 0;
|
|
|
|
public int mVal2 = 0;
|
|
|
|
public int mVal3 = 0;
|
|
|
|
public ScThreeInts() {}
|
|
|
|
public ScThreeInts(int paramInt1, int paramInt2, int paramInt3) {}
|
|
}
|
|
|
|
|
|
/* Location: /opt/SpaceControl/lib/SC_DLL_Wrapper.jar!/de/spacecontrol/sc/dllwrapper/ScThreeInts.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.2.1
|
|
*/ |