mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-20 07:42:29 +02:00
9 lines
85 B
Java
9 lines
85 B
Java
package ru.nanit.limbo.protocol;
|
|
|
|
public enum Direction {
|
|
|
|
CLIENT,
|
|
SERVER
|
|
|
|
}
|