mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-12 17:40:17 -07: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
|
|
} |