cmd: create/delete science

This commit is contained in:
Ilia Denisov
2025-10-01 14:30:36 +03:00
parent bcab29a47f
commit 2295840efe
9 changed files with 385 additions and 155 deletions
+4
View File
@@ -11,3 +11,7 @@ func NewDeleteShipTypeExistingGroupError(arg ...any) error {
func NewDeleteShipTypePlanetProductionError(arg ...any) error {
return newGenericError(ErrDeleteShipTypePlanetProduction, arg...)
}
func NewDeleteSciencePlanetProductionError(arg ...any) error {
return newGenericError(ErrDeleteSciencePlanetProduction, arg...)
}