MCPcopy Create free account
hub / github.com/CleanCut/invaders / default

Method default

src/menu.rs:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25impl Default for Menu {
26 fn default() -> Self {
27 Self::new()
28 }
29}
30
31// Reuse Frame grid to print the menu options

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected