add comment for future direction of Interactables.

This commit is contained in:
anomaluridae 2021-08-23 17:36:24 -07:00
parent c20dbe17dd
commit c5d66192fc

View File

@ -15,6 +15,8 @@ use common_base::span;
use crate::scene::{terrain::Interaction, Scene};
// TODO: extract mining blocks (the None case in the Block variant) from this
// enum since they don't use the interaction key
#[derive(Clone, Copy, Debug)]
pub enum Interactable {
Block(Block, Vec3<i32>, Option<Interaction>),