publish
This commit is contained in:
parent
f38388896d
commit
2f62a1a123
67 changed files with 4545 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
|||
package de.spacecontrol.sc.dllwrapper;
|
||||
|
||||
public class ScOneBoolean {
|
||||
public boolean mVal;
|
||||
|
||||
public ScOneBoolean() {}
|
||||
|
||||
public ScOneBoolean(boolean paramBoolean) {
|
||||
this.mVal = paramBoolean;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /opt/SpaceControl/lib/SC_DLL_Wrapper.jar!/de/spacecontrol/sc/dllwrapper/ScOneBoolean.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.2.1
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue