removed routine
This commit is contained in:
parent
61f3883611
commit
2650d751f0
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
pub struct Routine {
|
|
||||||
pub kind: RoutineKind,
|
|
||||||
}
|
|
||||||
|
|
||||||
pub enum RoutineKind {
|
|
||||||
Test,
|
|
||||||
Move,
|
|
||||||
CreatePlayer,
|
|
||||||
CreateLobby,
|
|
||||||
}
|
|
||||||
|
|
||||||
impl Routine {
|
|
||||||
pub fn new() -> Self {
|
|
||||||
todo!()
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue