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

Class Level

src/level.rs:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3const MAX_LEVEL: u8 = 3;
4
5pub struct Level {
6 level: u8,
7}
8
9impl Level {
10 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected