Trait neocom::s::Game[][src]

pub trait Game {
    fn new() -> Self;
fn frame(&mut self, input: Input) -> Output; }

Required Methods

Implementors