refactor(nodes): move nodes::core to nodes::self

This commit is contained in:
Nova
2022-09-14 22:35:23 -04:00
parent fc7757e9fb
commit 8c3c211162
14 changed files with 245 additions and 242 deletions

View File

@@ -1,7 +1,4 @@
use super::{
core::{Alias, Node},
spatial::Spatial,
};
use super::{alias::Alias, spatial::Spatial, Node};
use crate::core::client::{Client, INTERNAL_CLIENT};
use glam::{vec3, Mat4};
use std::sync::Arc;