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

Method default

src/player.rs:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61
62impl Default for Player {
63 fn default() -> Self {
64 Self::new()
65 }
66}
67
68impl Drawable for Player {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected