package game // Manifest ist die ganze Konfigurationsdatei type Manifest struct { Assets map[string]AssetDefinition `json:"assets"` }