8 lines
80 B
Rust
8 lines
80 B
Rust
|
|
struct Player {
|
|
camera_controller: CameraController
|
|
}
|
|
|
|
impl Player {
|
|
|
|
} |