Skip to content

Instantly share code, notes, and snippets.

@sum-catnip
sum-catnip / effect.rs
Created May 2, 2025 13:25
bevy "effectbundle"
use bevy::{
ecs::{
bundle::{BundleEffect, DynamicBundle},
component::{
ComponentId, Components, ComponentsRegistrator, RequiredComponents, StorageType,
},
},
prelude::*,
ptr::OwningPtr,
};