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)]
|
#[derive(Component, Reflect, Debug)]
|
||||||
#[reflect(Component)]
|
#[reflect(Component)]
|
||||||
pub struct TupleRelations(Entity); // TODO: Serialization on blender side currently is broken
|
pub struct TupleRelations(Entity);
|
||||||
|
|
||||||
#[derive(Component, Reflect)]
|
#[derive(Component, Reflect)]
|
||||||
#[reflect(Component)]
|
#[reflect(Component)]
|
||||||
|
|
Loading…
Reference in New Issue