rust/lib-hedgewars-engine/src/command.rs
author unc0rr
Thu, 08 Nov 2018 21:57:05 +0100
changeset 14181 5ad911992460
parent 14174 e2c51c8e0b2e
permissions -rw-r--r--
A bit of rethinking of game messages and command

pub enum Command {
    ChatMessage(String),
}