9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-30 20:39:10 +00:00

refactor(user): 规范命名

This commit is contained in:
jhqwqmc
2025-06-24 11:35:21 +08:00
parent ba6ff17f97
commit 4bc23b5f40
2 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ public interface NetWorkUser {
void setSentResourcePack(boolean sentResourcePack);
void setClientInformation(ClientInformation clientInfo);
void setClientInformation(ClientInformation clientInformation);
ClientInformation getClientInformation();
ClientInformation clientInformation();
}