mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-20 13:30:27 -07:00
Converted some of the management server to kotlin
Added json configs for management server Cleaned up some files
This commit is contained in:
parent
ca2e5520b0
commit
439b2e9ef8
114 changed files with 820 additions and 1476 deletions
|
|
@ -1,13 +1,9 @@
|
|||
package ms.system;
|
||||
package ms.system
|
||||
|
||||
/**
|
||||
* The operating systems
|
||||
* @author Clayton Williams
|
||||
*
|
||||
*/
|
||||
public enum OperatingSystem {
|
||||
|
||||
UNIX,
|
||||
WINDOWS
|
||||
|
||||
}
|
||||
enum class OperatingSystem {
|
||||
UNIX, WINDOWS
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue