FunctionPlayer({ position, rotation, isMe, color = "#00f2ff" }: { position: [number, number, number], rotation: [number, num
src/components/game/World.tsx:58
FunctionStatBar({ label, value, max, color, icon: Icon }: { label: string, value: number, max: number, color: string, icon: a
src/components/game/HUD.tsx:16