ソースを参照

Missed a pub

master
Noelle 4年前
コミット
8f7e67f6e2
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/components.rs

+ 1
- 1
src/components.rs ファイルの表示

@@ -12,7 +12,7 @@ pub enum Direction {

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

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

読み込み中…
キャンセル
保存