rnd: ship production numbers
This commit is contained in:
committed by
Ilia Denisov
parent
fef1be577d
commit
9088cc77c9
@@ -24,6 +24,7 @@ type Production struct {
|
||||
Type ProductionType `json:"type"`
|
||||
SubjectID *uuid.UUID `json:"subjectId"` // TODO: get rid of Nils?
|
||||
Progress *Float `json:"progress"`
|
||||
FreeProd *Float // TODO: rename, store
|
||||
}
|
||||
|
||||
func (p ProductionType) AsType(subject uuid.UUID) Production {
|
||||
|
||||
Reference in New Issue
Block a user