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

Method default

src/invaders.rs:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99
100impl Default for Invaders {
101 fn default() -> Self {
102 Self::new()
103 }
104}
105
106impl Drawable for Invaders {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected