diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-06-13 22:33:53 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-06-13 22:33:53 +0800 |
| commit | 22ccd970a4ea47edd39abe8662805d8137083253 (patch) | |
| tree | 2561d7131c57a632de0943437c7b6fa739eb8321 /apps/client/src/data | |
| parent | 83c6fc2d55cdd7de949f2815b86dfe0b9cc18f27 (diff) | |
.
Diffstat (limited to 'apps/client/src/data')
| -rw-r--r-- | apps/client/src/data/layout_data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/client/src/data/layout_data.rs b/apps/client/src/data/layout_data.rs index f960b41..9c283e5 100644 --- a/apps/client/src/data/layout_data.rs +++ b/apps/client/src/data/layout_data.rs @@ -13,7 +13,7 @@ pub struct LayoutXml { } #[derive(Debug, Deserialize)] -struct Preload { +pub struct Preload { #[serde(rename = "sound", default)] pub sounds: Vec<Asset>, |
