mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-15 23:26:21 +01:00
6 lines
103 B
Java
6 lines
103 B
Java
|
package net.minestom.server.network;
|
||
|
|
||
|
public enum ConnectionState {
|
||
|
UNKNOWN, STATUS, LOGIN, PLAY
|
||
|
}
|