|
@@ -4,6 +4,7 @@ package eventmodels
|
|
type DiceEventContent struct {
|
|
type DiceEventContent struct {
|
|
UserBasic
|
|
UserBasic
|
|
EventBasic
|
|
EventBasic
|
|
|
|
+ Count int `json:"count"` // 用户骰子投掷次数
|
|
}
|
|
}
|
|
|
|
|
|
func (e *DiceEventContent) EventName() string {
|
|
func (e *DiceEventContent) EventName() string {
|