Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LarsDu/StarRust
/ PlayerPlugin
Class
PlayerPlugin
src/game/player.rs:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
use bevy::prelude::*;
16
17
pub struct PlayerPlugin;
18
19
// Plugin definition
20
impl Plugin for PlayerPlugin {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected