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

Class Score

src/score.rs:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3#[derive(Default)]
4pub struct Score {
5 count: u16,
6}
7
8impl Score {
9 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected