diff options
| author | mat <github@matdoes.dev> | 2022-05-27 16:04:22 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-27 16:04:22 -0500 |
| commit | aac64d013546c8be3b992af63d70150155386c11 (patch) | |
| tree | 5241eda4c71ad5d6093b7759fc7ec8feab18863c /azalea-block/src/behavior.rs | |
| parent | 86cc2a9b7c85b0cb412fa8cbe2ab6b9a7ae5fcfc (diff) | |
| download | azalea-drasl-aac64d013546c8be3b992af63d70150155386c11.tar.xz | |
Start making azalea-block
Diffstat (limited to 'azalea-block/src/behavior.rs')
| -rw-r--r-- | azalea-block/src/behavior.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/azalea-block/src/behavior.rs b/azalea-block/src/behavior.rs new file mode 100644 index 00000000..974260f2 --- /dev/null +++ b/azalea-block/src/behavior.rs @@ -0,0 +1,3 @@ +pub struct BlockBehavior { + pub has_collision: bool, +} |
