perf: 优化代码

This commit is contained in:
2024-03-12 17:46:18 +08:00
parent 5987d64a00
commit 7a8bb22f74
12 changed files with 120 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
package cn.hamster3.mc.plugin.core.common.serializer;
package cn.hamster3.mc.plugin.core.common.impl;
import com.google.gson.*;
import net.kyori.adventure.text.Component;

View File

@@ -1,4 +1,4 @@
package cn.hamster3.mc.plugin.core.common.serializer;
package cn.hamster3.mc.plugin.core.common.impl;
import cn.hamster3.mc.plugin.core.common.data.DisplayMessage;
import com.google.gson.*;