mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-17 08:25:10 -06:00
9 lines
No EOL
128 B
Kotlin
9 lines
No EOL
128 B
Kotlin
package ms.system
|
|
|
|
/**
|
|
* The operating systems
|
|
* @author Clayton Williams
|
|
*/
|
|
enum class OperatingSystem {
|
|
UNIX, WINDOWS
|
|
} |