MCPcopy Create free account
hub / github.com/SolarLune/masterplan / NewMenuSystem

Function NewMenuSystem

menu.go:31–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func NewMenuSystem() *MenuSystem {
32 ms := &MenuSystem{
33 Menus: []*Menu{},
34 ExclusiveMenus: []*Menu{},
35 }
36 return ms
37}
38
39func (ms *MenuSystem) Update() {
40

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected