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) { ... }
}