correct copying of prefabs
This commit is contained in:
@ -23,9 +23,9 @@ type PrefabRecord struct {
|
||||
X int `json:"x"`
|
||||
Y int `json:"y"`
|
||||
} `json:"Size"`
|
||||
TileLegend map[string]string `json:"default_tile_legend"`
|
||||
MobsLegend map[string]string `json:"default_mobs_legend"`
|
||||
ItemLegend map[string]string `json:"default_item_legend"`
|
||||
TileLegend map[string]string `json:"tile_legend"`
|
||||
MobsLegend map[string]string `json:"mobs_legend"`
|
||||
ItemLegend map[string]string `json:"item_legend"`
|
||||
Body []string `json:"body"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user