浏览代码

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)]

正在加载...
取消
保存