mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-17 16:35:11 -06: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
7f552a6890
commit
156ad07ae6
191 changed files with 820 additions and 2135 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