amethyst / amethyst/rustrogueliketutorial

Ch8 Items - ConvertSaveload in WantsToDropItem component

Abierto
#174 2 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Rust
Estrellas
970
Forks
166
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.