[][src]Trait oasis_game_core::StoreFactory

pub trait StoreFactory {
    fn create(
        &self,
        player_id: u16,
        players: Vec<u16>,
        multiplayer: bool,
        server: bool,
        initialize: bool,
        seed: Option<u128>
    ) -> Box<dyn Store>; }

Required methods

fn create(
    &self,
    player_id: u16,
    players: Vec<u16>,
    multiplayer: bool,
    server: bool,
    initialize: bool,
    seed: Option<u128>
) -> Box<dyn Store>

Loading content...

Implementors

Loading content...