package moe.ymc.acron.s2c.response; import com.google.gson.annotations.SerializedName; import moe.ymc.acron.s2c.Event; public record EventOk(@SerializedName("id") int id) implements Event { }