| 46 | |
| 47 | #[derive(Bundle, Clone)] |
| 48 | pub struct PlayerActorBundle { |
| 49 | pub player: Player, |
| 50 | pub actor_bundle: ActorBundle, |
| 51 | } |
| 52 | |
| 53 | #[derive(Bundle, Clone)] |
| 54 | pub struct AiActorBundle { |
nothing calls this directly
no outgoing calls
no test coverage detected