rust/lib-hedgewars-engine/src/command.rs
author nemo
Thu, 15 Nov 2018 15:12:18 -0500
changeset 14212 ca179b615c0b
parent 14176 5ad911992460
permissions -rw-r--r--
adding X offset seems to improve chance of drownings

pub enum Command {
    ChatMessage(String),
}