Przeglądaj źródła

Missed a pub

master
Noelle 5 lat temu
rodzic
commit
8f7e67f6e2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/components.rs

+ 1
- 1
src/components.rs Wyświetl plik



#[derive(Component, Debug)] #[derive(Component, Debug)]
#[storage(VecStorage)] #[storage(VecStorage)]
pub struct Position(Point);
pub struct Position(pub Point);


#[derive(Component, Debug)] #[derive(Component, Debug)]
#[storage(VecStorage)] #[storage(VecStorage)]

Ładowanie…
Anuluj
Zapisz