14 lines
143 B
Rust
14 lines
143 B
Rust
struct Laser {
|
|
color : array,
|
|
}
|
|
|
|
struct Mirror {
|
|
color : array,
|
|
x : int,
|
|
y : int,
|
|
}
|
|
|
|
struct Spawn {
|
|
x : int,
|
|
y : int,
|
|
} |