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