Trait twt_werewolf_master_ng::player::Role

source ·
trait Role {
    // Provided methods
    fn born(&self, _id: u64, _username: String) { ... }
    fn night(&self, cli: &mut Client) { ... }
    fn day(&self, cli: &mut Client) { ... }
    fn dead(&self, cli: &mut Client) { ... }
}

Provided Methods§

source

fn born(&self, _id: u64, _username: String)

source

fn night(&self, cli: &mut Client)

source

fn day(&self, cli: &mut Client)

source

fn dead(&self, cli: &mut Client)

Implementors§