Panel manager addition (#36)
* Added panelManager support for d2go (crude implementation but works) * Refined a little bit * Made widget map a more mappy map which can be access without iterations * Added widgets to debugger
This commit is contained in:
@@ -38,6 +38,7 @@ type Data struct {
|
||||
AdjacentLevels []Level
|
||||
Rooms []Room
|
||||
OpenMenus OpenMenus
|
||||
Widgets map[string]map[string]interface{}
|
||||
Roster Roster
|
||||
HoverData HoverData
|
||||
TerrorZones []area.ID
|
||||
|
||||
Reference in New Issue
Block a user