temporary commit

This commit is contained in:
2022-03-17 19:45:58 +08:00
parent 4300b89db5
commit b75f7a7655
10 changed files with 358 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
package net.woggioni.gbcs
enum class Role {
Reader, Writer
}