MCPcopy Create free account
hub / github.com/AdRoll/rustenstein / Direction

Enum Direction

src/map.rs:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12pub enum Direction {
13 North,
14 East,
15 South,
16 West,
17}
18
19pub enum Actor {
20 Player(Direction),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected