amethyst / amethyst/rustrogueliketutorial
Ch8 Items - ConvertSaveload in WantsToDropItem component
未关闭
- 主要语言
- Rust
- 星标
- 970
- 派生
- 166
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hello,
I'm a beginner following along with the tutorial and I came across a derivation that seems to be incorrect:
```
#[derive(Component, Debug, ConvertSaveload, Clone)]
pub struct WantsToDropItem {
pub item : Entity
}
```
From another closed issue it seems like the **ConvertSaveload** is an error? Either that or I'm missing something important. No matter how I change things in the includes I get errors about being unable to find 'serde' in the list of imported crates.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。