10 lines
170 B
Rust
10 lines
170 B
Rust
use crate::define_variable;
|
|
|
|
define_variable! {
|
|
pub static TRANSPORTPLAYSPEED: String = "TransportPlaySpeed" {
|
|
allowed: ["1"],
|
|
default: "1",
|
|
}
|
|
}
|
|
|