mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-18 15:00:17 +02:00
10 lines
177 B
Java
10 lines
177 B
Java
package ru.nanit.limbo;
|
|
|
|
public final class LimboConstants {
|
|
|
|
public static final String VELOCITY_INFO_CHANNEL = "velocity:player_info";
|
|
|
|
private LimboConstants() {}
|
|
|
|
}
|