[][src]Module kurenai::game_service

This module has only a GameService trait. Create a struct that implements the trait. The struct should have data and images.

Traits

GameService

Create a struct that implements this trait and pass it to the game_loop::run() function.