as: Unlock all suits (costumes)
Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
@@ -221,6 +221,12 @@ type AsCardInfo struct {
|
||||
IsNew bool `json:"is_new"`
|
||||
}
|
||||
|
||||
// AsSuitInfo ...
|
||||
type AsSuitInfo struct {
|
||||
SuitMasterID int `json:"suit_master_id"`
|
||||
IsNew bool `json:"is_new"`
|
||||
}
|
||||
|
||||
// AsReq ...
|
||||
type AsReq interface{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user