aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/moe/ymc/acron/s2c/EventCmdDenied.java
blob: 912b4304eb0ee07ef2e563d3d6ea54e4e1f38b63 (plain)
1
2
3
4
5
6
7
package moe.ymc.acron.s2c;

import com.google.gson.annotations.SerializedName;

public record EventCmdDenied(@SerializedName("id") int id)
        implements Event {
}