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

Method build

src/game/mod.rs:59–75  ·  view source on GitHub ↗
(&self, app: &mut App)

Source from the content-addressed store, hash-verified

57
58impl Plugin for GamePlugin {
59 fn build(&self, app: &mut App) {
60 app.add_plugins((
61 ModelsPlugin,
62 BackgroundPlugin,
63 UiPlugin,
64 AiPlugin,
65 AudioPlugin,
66 WallPlugin,
67 PlayerPlugin,
68 WeaponPlugin,
69 CollisionPlugin,
70 LevelPlugin,
71 DespawnerPlugin,
72 VfxPlugin,
73 ActorPlugin,
74 )); // currently for cleaning up entities
75 }
76}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected