package moe.ymc.acron.s2c; import com.google.gson.annotations.SerializedName; public record EventLagging(@SerializedName("ms") long ms, @SerializedName("ticks") long ticks) implements Event { }