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