feat: load player's report
This commit is contained in:
@@ -22,7 +22,7 @@ const (
|
||||
|
||||
type Production struct {
|
||||
Type ProductionType `json:"type"`
|
||||
SubjectID *uuid.UUID `json:"subjectId,omitempty"` // TODO: get rid of Nils?
|
||||
SubjectID *uuid.UUID `json:"subjectId,omitempty"`
|
||||
Progress *Float `json:"progress,omitempty"`
|
||||
ProdUsed *Float `json:"prodUsed,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user