forked from woggioni/rbcs
5 lines
65 B
Kotlin
5 lines
65 B
Kotlin
package net.woggioni.gbcs
|
|
|
|
enum class Role {
|
|
Reader, Writer
|
|
} |