removed routine

This commit is contained in:
clizia 2025-03-04 19:36:38 +01:00
parent 61f3883611
commit 2650d751f0

View file

@ -1,16 +0,0 @@
pub struct Routine {
pub kind: RoutineKind,
}
pub enum RoutineKind {
Test,
Move,
CreatePlayer,
CreateLobby,
}
impl Routine {
pub fn new() -> Self {
todo!()
}
}