mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-22 03:50:52 +00:00
remove todo from example
This commit is contained in:
parent
4aa2ef382c
commit
3e24601f1d
@ -4,7 +4,7 @@ use blenvy::{BlenvyPlugin, BlueprintInfo, GameWorldTag, HideUntilReady, SpawnBlu
|
||||
|
||||
#[derive(Component, Reflect, Debug)]
|
||||
#[reflect(Component)]
|
||||
pub struct TupleRelations(Entity); // TODO: Serialization on blender side currently is broken
|
||||
pub struct TupleRelations(Entity);
|
||||
|
||||
#[derive(Component, Reflect)]
|
||||
#[reflect(Component)]
|
||||
|
Loading…
Reference in New Issue
Block a user