Files
Projet_48h/backend/object.rs
2026-03-30 10:46:09 +02:00

14 lines
143 B
Rust

struct Laser {
color : array,
}
struct Mirror {
color : array,
x : int,
y : int,
}
struct Spawn {
x : int,
y : int,
}