6 lines
78 B
Rust
6 lines
78 B
Rust
|
pub struct Player {
|
||
|
team: String,
|
||
|
name: String,
|
||
|
weapon: String,
|
||
|
}
|