thomas 0.2.4

An ECS game engine.
Documentation
1
2
3
4
5
use crate::Component;

/// Internal marker component that tracks the entities in the world that are created by the UI rendering system.
#[derive(Component)]
pub(crate) struct TerminalTextCharacter {}