remove todo from example

This commit is contained in:
DasLixou 2024-08-22 15:50:24 +02:00
parent 4aa2ef382c
commit 3e24601f1d
1 changed files with 1 additions and 1 deletions

View File

@ -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)]