MCPcopy Create free account
hub / github.com/LarsDu/StarRust / PlayerActorBundle

Class PlayerActorBundle

src/game/actor/mod.rs:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47#[derive(Bundle, Clone)]
48pub struct PlayerActorBundle {
49 pub player: Player,
50 pub actor_bundle: ActorBundle,
51}
52
53#[derive(Bundle, Clone)]
54pub struct AiActorBundle {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected