odyssey-server/src/game/components/math.rs

3 lines
45 B
Rust

#[derive(Debug)]
pub struct Point(f32, f32);