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