mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 15:14:35 +01:00
8 lines
137 B
Rust
8 lines
137 B
Rust
#![allow(non_snake_case)]
|
|
|
|
use serde::Deserialize;
|
|
|
|
#[derive(Deserialize)]
|
|
pub(crate) struct APIQuery {
|
|
pub backgroundFile: String,
|
|
} |