pong-cli 1.0.1

Play pong from the command-line!
Documentation
1
2
3
4
5
use super::component_prelude::*;

#[derive(Default, Component)]
#[storage(NullStorage)]
pub struct PaddleAi;