9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-31 04:46:37 +00:00

feat(network): 实现阻止玩家在游戏内直接使用自定义默认字体

This commit is contained in:
jhqwqmc
2025-03-23 00:28:52 +08:00
parent 332642d529
commit c09b987733
5 changed files with 142 additions and 30 deletions

View File

@@ -16,6 +16,8 @@ public interface NetWorkUser {
void sendPacket(Object packet, boolean immediately);
void receivePacket(Object packet);
@ApiStatus.Internal
ConnectionState decoderState();