rust/lib-hedgewars-engine/src/command.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 19 Nov 2018 18:18:06 +0100
changeset 14245 c94905a5109c
parent 14181 5ad911992460
permissions -rw-r--r--
Teamwork: Play sound for time bonus, don't give time bonus for destroying crate

pub enum Command {
    ChatMessage(String),
}