10 lines
237 B
Go
10 lines
237 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type VerifyPlayerAuthResponse struct {
|
||
|
|
PlayerID string `json:"playerId,omitempty"`
|
||
|
|
ProjectID string `json:"projectId,omitempty"`
|
||
|
|
Status string `json:"status,omitempty"`
|
||
|
|
}
|