refactor package
This commit is contained in:
12
pkg/protocol/packet/game/client/custom_report_details.go
Normal file
12
pkg/protocol/packet/game/client/custom_report_details.go
Normal file
@ -0,0 +1,12 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type ReportDetails struct {
|
||||
Title string
|
||||
Description string
|
||||
}
|
||||
|
||||
//codec:gen
|
||||
type CustomReportDetails struct {
|
||||
Details []ReportDetails
|
||||
}
|
Reference in New Issue
Block a user