package eventmodels // 骰子事件 type DiceEventContent struct { UserBasic EventBasic } func (e *DiceEventContent) EventName() string { return "Dice" }