Refactor IdCommand

This commit is contained in:
P0nk
2023-02-04 19:46:09 +01:00
parent 32c4f2239d
commit f89392b476
2 changed files with 100 additions and 64 deletions

View File

@@ -0,0 +1,8 @@
package constants.game;
public final class NpcChat {
public static final String NEW_LINE = "\r\n";
private NpcChat() {}
}