Skip to main content

paiagram_core/
problems.rs

1//! # Problems
2//! Scan entities and display their problems
3
4use bevy::prelude::*;
5
6pub struct ProblemsPlugin;
7impl Plugin for ProblemsPlugin {
8    fn build(&self, app: &mut App) {}
9}
10
11// TODO: do troubleshooting