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